382 B
382 B
Publish a new release
A github actions handle the build of the release archives, and push them to PyPI and Github Releases. To trigger it, we just need to:
- use poetry to update the version number
- update the changelog
- git commit
- git tag
- git push
- git push --tags
For this, an helper script is provided:
./docs/release.sh [patch|minor|major|x.y.z]