Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 126 Bytes

DEPLOY.md

File metadata and controls

5 lines (3 loc) · 126 Bytes

pip install -r requirements/dev.txt

python setup.py sdist bdist_wheel

twine upload dist/* -u token --password <token>