Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 406 Bytes

BUILD.md

File metadata and controls

7 lines (7 loc) · 406 Bytes

Build

To build this package:

  1. run python setup.py sdist bdist_wheel
  2. get a pypi token from our PyPi account
  3. Add the token to $HOME/.pypirc under [pypi] (follow instructions from the pypi webpage)
  4. run python -m twine upload --repository pypi dist/* (run python -m twine upload --repository testpypi dist/* to publish a tests to Test.PyPi)