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 ac3bc42 commit 429f5b6Copy full SHA for 429f5b6
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
- uses: actions/checkout@v5
45
46
- name: Install uv and set the python version
47
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
48
with:
49
enable-cache: true
50
python-version: ${{ matrix.python-version }}
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v5
19
20
- name: Install the latest version of uv
21
22
23
24
python-version: "3.12"
0 commit comments