We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45ebd8 commit 1ee5f84Copy full SHA for 1ee5f84
template/.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: astral-sh/setup-uv@v5
41
with:
42
# Update this as needed:
43
- version: "0.8.9"
+ version: "0.8.13"
44
enable-cache: true
45
python-version: ${{ matrix.python-version }}
46
template/.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install uv (official Astral action)
22
23
24
25
26
python-version: "3.12"
27
0 commit comments