Skip to content

Commit 4e8ea12

Browse files
committed
Update GitHub Actions workflow to skip existing package uploads
1 parent 8324fd5 commit 4e8ea12

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
@@ -29,4 +29,4 @@ jobs:
2929
TWINE_USERNAME: __token__
3030
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
3131
run: |
32-
twine upload dist/*
32+
twine upload --skip-existing dist/*

0 commit comments

Comments
 (0)