Skip to content

Commit ce19f4f

Browse files
anton-bAnton Benkevich
andauthored
Twine skip existing (#440)
Co-authored-by: Anton Benkevich <[email protected]>
1 parent 3a79647 commit ce19f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage4_release_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
4949
run: |
5050
python setup.py sdist bdist_wheel
51-
twine upload dist/*
51+
twine upload --skip-existing dist/

0 commit comments

Comments
 (0)