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 981e018 commit 5a1ee1bCopy full SHA for 5a1ee1b
.github/workflows/publish.yml
@@ -18,4 +18,4 @@ jobs:
18
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
19
run: |
20
python setup.py sdist bdist_wheel
21
- twine upload dist/*
+ twine upload --skip-existing dist/*
0 commit comments