We release Gazu versions through Github Actions on Pypi. Every time a new version is ready, we follow this process:
- Rebase on the main branch.
- Up the version number located the
gazu/__version__
file. - Push changes to
main
branch. - Tag the commit and push the changes to Github.
- Github Actions will build the package from the sources and publish the package on Pypi
You can run a script to perform these commands at once, he is located in scripts/release.sh.
Please see the Zou documentation for the update instructions.