We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8324fd5 commit 4e8ea12Copy full SHA for 4e8ea12
.github/workflows/publish.yml
@@ -29,4 +29,4 @@ jobs:
29
TWINE_USERNAME: __token__
30
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
31
run: |
32
- twine upload dist/*
+ twine upload --skip-existing dist/*
0 commit comments