There was an error while loading. Please reload this page.
2 parents efcb126 + 88c88c0 commit 87f3da7Copy full SHA for 87f3da7
1 file changed
.github/workflows/ci.yml
@@ -84,4 +84,4 @@ jobs:
84
TWINE_USERNAME: __token__
85
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
86
run: |
87
- twine upload dist/* || true
+ twine upload --skip-existing dist/*
0 commit comments