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 52bd69a commit 63c821eCopy full SHA for 63c821e
.github/workflows/build_publish.yml
@@ -67,4 +67,4 @@ jobs:
67
env:
68
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
69
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
70
- run: twine upload ./wheels/*
+ run: twine upload ./wheels/* --skip-existing
0 commit comments