Skip to content

Commit 87f3da7

Browse files
authored
Merge pull request #2 from securitybunker/twine-skip-existing
ci: twine --skip-existing
2 parents efcb126 + 88c88c0 commit 87f3da7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ jobs:
8484
TWINE_USERNAME: __token__
8585
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
8686
run: |
87-
twine upload dist/* || true
87+
twine upload --skip-existing dist/*

0 commit comments

Comments
 (0)