We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13674c commit 3f93768Copy full SHA for 3f93768
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.0"
+ version: "0.8.4"
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