Upgrades our workflows to uv 0.12.x as well

This commit is contained in:
stumpylog
2026-08-18 11:29:44 -07:00
parent 737110ac97
commit fda058437e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ concurrency:
group: release-${{ github.ref }}
cancel-in-progress: false
env:
DEFAULT_UV_VERSION: "0.11.x"
DEFAULT_UV_VERSION: "0.12.x"
DEFAULT_PYTHON_VERSION: "3.12"
permissions: {}
jobs: