Skip to content

Commit

Permalink
Remove the artifacts related workflow steps (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit authored Jan 19, 2025
1 parent de078b8 commit 9e6516a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ jobs:
if [[ "$(ls -lh dist/)" == *"a1"* ]]; then export is_alpha=1; fi
echo "is_alpha=$is_alpha" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@v3
with:
name: dist
path: dist/

test-build:
name: verify packages / python ${{ matrix.python-version }} / ${{ matrix.os }}

Expand All @@ -150,11 +145,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/download-artifact@v3
with:
name: dist
path: dist/

- name: Show distributions
run: ls -lh dist/

Expand Down

0 comments on commit 9e6516a

Please sign in to comment.