Skip to content

Latest commit

History

History
9 lines (8 loc) 路 129 Bytes

RELEASING.md

File metadata and controls

9 lines (8 loc) 路 129 Bytes

Releasing

git tag 0.2
git push && git push --tags
rm -rf dist/*
python setup.py sdist bdist_wheel
twine upload dist/*