Skip to content

Commit 5a1ee1b

Browse files
committed
Skip existing package
1 parent 981e018 commit 5a1ee1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
1919
run: |
2020
python setup.py sdist bdist_wheel
21-
twine upload dist/*
21+
twine upload --skip-existing dist/*

0 commit comments

Comments
 (0)