Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 279 Bytes

BUILD.md

File metadata and controls

9 lines (8 loc) · 279 Bytes

(Make sure to pip install wheel and pip install twine)

rm -rf dist/
python setup.py sdist bdist_wheel
python -m twine upload --repository testpypi dist/* --verbose
pip install --index-url https://test.pypi.org/simple/ drafting
python -m twine upload dist/* --verbose