add pixi bump task

This commit is contained in:
2026-09-15 08:31:07 +01:00
parent 0ff628a902
commit ca84b8f83e
+4
View File
@@ -11,6 +11,10 @@ tui = "bible-tui"
sync = "python scripts/sync_manifests.py"
fmt = "ruff format"
[tasks.bump]
args = ["kind"]
cmd = "pixi project version {{ kind }}"
[dependencies]
tomlkit = ">=0.15.1,<0.16"
ruff = ">=0.16.7,<0.17"