We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01442da commit 1f28422Copy full SHA for 1f28422
.github/workflows/check.yaml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
fetch-depth: 0
40
- name: Install the latest version of uv
41
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
42
43
enable-cache: true
44
cache-dependency-glob: "pyproject.toml"
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
.github/workflows/release.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
21
0 commit comments