Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 10d2e8c

Browse files
authored
Fix PyPI publishing action
1 parent c7fd04f commit 10d2e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2929
run: |
3030
python setup.py sdist bdist_wheel
31-
twine upload dist/*
31+
twine upload --skip-existing dist/*

0 commit comments

Comments
 (0)