Skip to content
Mayeul d'Avezac edited this page Oct 11, 2020 · 1 revision

Create a release

  • run one of:

    • bump2version patch for small changes and bug fixes
    • bump2version minor for new backward compatible features
    • bump2version major for new API
  • commit to a new branch

  • create a pull-request

  • merge to main

  • create a tag with the same version number as setup.cfg:

    git tag v0.0.0
    git push --tags
  • check the actions run and deploy to bintray and pypi

Clone this wiki locally