Skip to content

Commit 00ddac9

Browse files
committed
update maintaining notes
1 parent f171ebd commit 00ddac9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Maintaining.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ python -m pip install --upgrade twine
3131

3232
# upload to pypi / pip repository
3333
# you will be asked for username and password for https://pypi.org account
34-
twine upload dist/*
34+
twine upload dist/* --skip-existing
3535

3636
# To upload to test pypi use this instead
37-
# twine upload --repository-url https://test.pypi.org/legacy/ dist/*;
37+
# twine upload --repository-url https://test.pypi.org/legacy/ dist/* --skip-existing;
3838
```
39+
- if fail to upload, clean up all files within your `./dist` folder, then re-try the above commands
3940

4041
## Dev & Test via Docker Compose
4142

0 commit comments

Comments
 (0)