Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 499 Bytes

DEV_README.md

File metadata and controls

24 lines (17 loc) · 499 Bytes

To release a new version on Pypi, bump the package version with (for example)

poetry version patch

And then do a PR into main with the bump set in pyproject.toml.

Run nox locally with a single mypy run (example)

poetry run nox --session mypy --python 3.10

Rebuild reference.md in the docs-folder locally

poetry run sphinx-apidoc -T -f -t ./docs/templates -o ./docs ./src

Regenerate the _build folder with docs-website locally

nox -s docs-build