Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 292 Bytes

release.md

File metadata and controls

13 lines (12 loc) · 292 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
  2. git tag <python package version identifier>"
  3. git push
  4. git push --tags