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 201dccd commit 6fcc54dCopy full SHA for 6fcc54d
.github/workflows/check.yml
@@ -28,7 +28,7 @@ jobs:
28
- "3.8"
29
steps:
30
- name: Install the latest version of uv
31
- uses: astral-sh/setup-uv@v2
+ uses: astral-sh/setup-uv@v3
32
with:
33
enable-cache: true
34
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -61,7 +61,7 @@ jobs:
61
- readme
62
63
64
65
66
67
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
python-version: "3.12"
19
20
21
22
23
0 commit comments