Skip to content

Commit

Permalink
FIX: delete artifact before twine upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Feb 23, 2023
1 parent 4b956af commit 010b104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TESTPYPI_API_TOKEN }}
run: |
rm -f dist/xradar1.gz
twine upload --repository testpypi dist/*
test_build_distribution_pypi:
Expand Down

0 comments on commit 010b104

Please sign in to comment.