We release Zou versions through Github Actions on Pypi. Every time a new version is ready, we follow this process:
- Rebase on the master branch.
- Up the version number located the
zou/__version__
file. - Push changes to
master
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.