We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c1a7e commit c6a7c36Copy full SHA for c6a7c36
.github/workflows/ci.yml
@@ -140,7 +140,7 @@ jobs:
140
env:
141
TWINE_USERNAME: __token__
142
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
143
- run: twine upload --repository-url https://test.pypi.org/legacy/ dist/*
+ run: twine upload --verbose --skip-existing --repository-url https://test.pypi.org/legacy/ dist/*
144
145
publish-pypi:
146
name: Publish to PyPI
0 commit comments