Skip to content

Maintenance

Instructions for maintaining the package.

Download the API definition

This downloads the current definition for the API.

make api-definition

Generate the stub files

Install Docker: https://docs.docker.com/get-docker/

make stubs

Generate the documentation

make html

Or live preview:

make livehtml

Build the package

uv build

Run tests

tox

Publish a new version

Edit CHANGES.md

git tag v1.0.2
git push origin v1.0.2