Skip to content

Commit 9e643dd

Browse files
committed
ci: update to uv 0.6.2
1 parent 6b23fc6 commit 9e643dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: astral-sh/setup-uv@v5
2929
with:
30-
version: "0.5.7"
30+
version: "0.6.2"
3131

3232
- name: Build
3333
run: ./script/cibuild.py
@@ -47,7 +47,7 @@ jobs:
4747

4848
- uses: astral-sh/setup-uv@v5
4949
with:
50-
version: "0.5.7"
50+
version: "0.6.2"
5151

5252
- name: Build
5353
run: py -3 .\script\run-in-vsenv.py --arch ${{ matrix.arch }} py -3 .\script\cibuild.py

0 commit comments

Comments
 (0)