Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1014 Bytes

RELEASING.md

File metadata and controls

29 lines (22 loc) · 1014 Bytes

Release checklist

Jazzband guidelines: https://jazzband.co/about/releases

  • Get master to the appropriate code release state. GitHub Actions should pass on master. GitHub Actions status

  • Check HISTORY.md, update version number and release date

  • Tag with version number and push tag, for example:

git tag -a v0.14.0 -m v0.14.0
git push --tags
  • Once GitHub Actions has built and uploaded distributions, check files at Jazzband and release to PyPI

  • Check installation:

pip uninstall -y tablib && pip install -U tablib