ci: Add workflow for bumping versions and handling releases

This commit is contained in:
Chris Coutinho
2025-05-24 22:21:50 +02:00
parent d48e151e95
commit 20ebd7bbcb
5 changed files with 261 additions and 1 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
run: |
sudo apt update -y && sudo apt install -y pipx
pipx install uv
uv sync
uv sync --frozen
env:
DEBIAN_FRONTEND: "noninteractive"