We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7429f15 commit c74a1c1Copy full SHA for c74a1c1
1 file changed
.github/workflows/pypi.yml
@@ -36,4 +36,4 @@ jobs:
36
TWINE_USERNAME: __token__
37
TWINE_PASSWORD: ${{ secrets.GE }}
38
run: |
39
- twine upload dist/*
+ twine upload --skip-existing dist/*
0 commit comments