Skip to content

Release

Martijn edited this page Nov 16, 2025 · 4 revisions

How to create a release

uv run bumpver update --patch --allow-dirty
rm -rf dist
uv build
uv publish

Clone this wiki locally