Skip to content

Commit c74a1c1

Browse files
authored
Update pypi.yml
1 parent 7429f15 commit c74a1c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
TWINE_USERNAME: __token__
3737
TWINE_PASSWORD: ${{ secrets.GE }}
3838
run: |
39-
twine upload dist/*
39+
twine upload --skip-existing dist/*

0 commit comments

Comments
 (0)