Skip to content

Development Instructions

Elizabeth Sall edited this page Jan 23, 2019 · 1 revision

Distributing to PyPi

Per https://packaging.python.org/tutorials/packaging-projects/

python setup.py sdist bdist_wheel

python -m twine upload dist/*

Clone this wiki locally