Skip to content

Commit d26996b

Browse files
committed
Bump version attribute of uv install
1 parent 2f51567 commit d26996b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Install uv for speed
116116
uses: astral-sh/setup-uv@v7
117117
with:
118-
version: "0.8.3"
118+
version: "0.9.2"
119119

120120
- name: Build and test wheels
121121
uses: pypa/cibuildwheel@v3.2.0

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install uv for speed
4141
uses: astral-sh/setup-uv@v7
4242
with:
43-
version: "0.8.3"
43+
version: "0.9.2"
4444

4545
- name: Build and test wheels
4646
uses: pypa/cibuildwheel@v3.2.0

0 commit comments

Comments
 (0)