We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532b70a commit b125ba2Copy full SHA for b125ba2
justfile
@@ -26,6 +26,7 @@ test:
26
mkdocs *FLAGS:
27
uv run --with-requirements=docs/requirements.txt -- mkdocs {{FLAGS}}
28
29
+# prepare a new release
30
release version:
31
@if [ -n "$(git status --porcelain || echo "dirty")" ]; then echo "repo is dirty!"; exit 1; fi
32
sed -i 's/^version = ".*"$/version = "{{ version }}"/g' pyproject.toml
0 commit comments