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