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 3a79647 commit ce19f4fCopy full SHA for ce19f4f
.github/workflows/stage4_release_pypi.yml
@@ -48,4 +48,4 @@ jobs:
48
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
49
run: |
50
python setup.py sdist bdist_wheel
51
- twine upload dist/*
+ twine upload --skip-existing dist/
0 commit comments