Release¶
- On
main/master, with a clean tree:
./scripts/release.sh patch # or minor / major / 1.2.3
git push && git push --tags
-
Tag push
v*triggers.github/workflows/publish_pypi.yml(configure thepypienvironment / trusted publishing). -
Docs deploy from
main/developvia.github/workflows/gh_page.yml.