Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 356 Bytes

RELEASING.md

File metadata and controls

9 lines (8 loc) · 356 Bytes

Steps for Release

  1. Update version in setup.py
  2. Build the wheels via python -m build
    • This will create files in a directory called dist
  3. Upload the wheels to PyPI via twine
    • python3 -m twine upload dist/*
    • This will require an API token to perform the upload
      • Username is __token__, password is the token itself