- Update the CHANGELOG
- Update the version in
pyproject.toml
and inapi_session/__init__.py
- Commit
- Push and wait for the CI job to succeed
- Tag with
v
followed by the version (e.g.git tag v1.1.1
) - Push the tag
- Wait for the CI job to finish
pyproject.toml
and in api_session/__init__.py
v
followed by the version (e.g. git tag v1.1.1
)