Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 155 Bytes

DEPLOY.md

File metadata and controls

8 lines (8 loc) · 155 Bytes
pip install pypandoc
pip install wheel
rm -R dist/
python setup.py sdist
python setup.py bdist_wheel --universal
twine upload -u nicpottier dist/*