Skip to content

Latest commit

History

History
11 lines (9 loc) 路 204 Bytes

RELEASING.md

File metadata and controls

11 lines (9 loc) 路 204 Bytes

Releasing

First check that the CHANGELOG is up to date for the next release version

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