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.
2 parents d83b661 + d26996b commit a73c345Copy full SHA for a73c345
.github/workflows/build-macos.yml
@@ -113,9 +113,9 @@ jobs:
113
fail-on-cache-miss: true
114
115
- name: Install uv for speed
116
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
117
with:
118
- version: "0.8.3"
+ version: "0.9.2"
119
120
- name: Build and test wheels
121
uses: pypa/cibuildwheel@v3.2.0
.github/workflows/build-windows.yml
@@ -38,9 +38,9 @@ jobs:
38
arch: ${{ matrix.msvc-dev-arch }}
39
40
41
42
43
44
45
46
0 commit comments