Skip to content

Commit

Permalink
Add --skip-existing for testpypi upload too
Browse files Browse the repository at this point in the history
  • Loading branch information
makaimann committed Feb 18, 2025
1 parent 8c540ba commit 79fd1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ jobs:
run: |
source ./.venv/bin/activate
pip install twine
twine upload --repository testpypi wheelhouse/*.whl
twine upload --skip-existing --repository testpypi wheelhouse/*.whl

0 comments on commit 79fd1b2

Please sign in to comment.