- Install
just
: https://just.systems/man/en/packages.html just fetch
to get defaultjustfile
from https://github.com/adamghill/dotfiles/just boostrap
to install base tools
- Update version in
pyproject.toml
- Update CHANGELOG.md
just update
to install the package and all extrasjust test
to run testsjust docs-build
to build documentation- Commit changes
- Tag commit with new version
- Push
git push --tags origin main
just publish
- Update GitHub Releases