Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 95 Bytes

PyPI.md

File metadata and controls

4 lines (4 loc) · 95 Bytes

how to upload to PyPI

  1. rm -r dist
  2. python -m build
  3. python -m twine upload dist/*