Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 329 Bytes

how-to-upload-to-pip.md

File metadata and controls

8 lines (5 loc) · 329 Bytes

Go through this tutorial

Commands to run often:

  • python3 setup.py sdist bdist_wheel: to build distribution
  • python3 -m twine upload --repository testpypi dist/*: to upload to testpypi
  • python3 -m twine upload dist/*: to upload to pypi