Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 211 Bytes

release.md

File metadata and controls

10 lines (9 loc) · 211 Bytes

Because I always forget how to do this:

  1. remove the dev in _version.py
rm dist/*
python setup.py sdist bdist_wheel
twine upload dist/*
  1. bump version to next dev version in _version.py