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 20f31bd commit ffd8f47Copy full SHA for ffd8f47
.github/workflows/build_wheel.yml
@@ -248,4 +248,4 @@ jobs:
248
env:
249
TWINE_USERNAME: __token__
250
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
251
- run: twine upload wheelhouse/xeus_python-*.whl
+ run: twine upload --skip-existing wheelhouse/xeus_python-*.whl
0 commit comments