We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6384435 commit 95eae5bCopy full SHA for 95eae5b
.github/workflows/check.yaml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
fetch-depth: 0
34
- name: Install the latest version of uv
35
- uses: astral-sh/setup-uv@v3
+ uses: astral-sh/setup-uv@v5
36
37
cache-dependency-glob: "pyproject.toml"
38
- name: Install tox
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
enable-cache: true
20
0 commit comments