Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 187 Bytes

RELEASE.md

File metadata and controls

12 lines (9 loc) · 187 Bytes

Making a release

Tag the release using git tag, then:

git push origin --tags
rm -rf dist
python setup.py sdist
python setup.py bdist_wheel --universal
twine upload dist/*