Skip to content

Commit 63c821e

Browse files
authored
Update build_publish.yml
1 parent 52bd69a commit 63c821e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
env:
6868
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
6969
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
70-
run: twine upload ./wheels/*
70+
run: twine upload ./wheels/* --skip-existing

0 commit comments

Comments
 (0)