Skip to content

Commit a4397e6

Browse files
committed
Add --skip-existing
1 parent 18b90f7 commit a4397e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ python setup.py bdist_wheel
55

66
# Uploading
77

8-
twine upload dist/*
9-
twine upload --repository testpypi dist/*
8+
twine upload --skip-existing dist/*
9+
twine upload --skip-existing --repository testpypi dist/*
1010

1111
# Testing
1212

0 commit comments

Comments
 (0)