Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 36196f1

Browse files
authored
Skip existing packages on twine upload (#744)
1 parent 0aa3f5a commit 36196f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/twine_upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ done
4141

4242
# Upload the distributions.
4343
for p in dist/* ; do
44-
twine upload $p
44+
twine upload --skip-existing $p
4545
done

0 commit comments

Comments
 (0)