Skip to content

Commit 36196f1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/twine_upload.sh

+1-1
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)