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