Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 251 Bytes

RELEASING.md

File metadata and controls

12 lines (10 loc) · 251 Bytes
  • Create new branch and PR named: release/X.Y.Z.
  • Update setup.py and CHANGELOG.md.
  • Let CI run and be green, then merge.
  • Release to Pypi
python setup.py sdist bdist_wheel
twine upload dist/*
  • tag X.Y.Z
  • Create github release