Skip to content

Commit

Permalink
update maintaining notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rizdaprasetya committed Oct 25, 2021
1 parent f171ebd commit 00ddac9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Maintaining.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ python -m pip install --upgrade twine

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

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

## Dev & Test via Docker Compose

Expand Down

0 comments on commit 00ddac9

Please sign in to comment.