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 f309f94 commit 66eddd4Copy full SHA for 66eddd4
.github/workflows/build.yml
@@ -151,7 +151,7 @@ jobs:
151
fetch-depth: 0 # required for versioneer to find tags
152
153
- name: Build wheels
154
- uses: pypa/cibuildwheel@v2.21
+ uses: pypa/cibuildwheel@v2.22
155
env:
156
CIBW_ARCHS: "${{ matrix.arch }}"
157
CIBW_BUILD: "cp39-manylinux_*"
@@ -192,7 +192,7 @@ jobs:
192
193
steps:
194
- uses: actions/checkout@v4
195
- - uses: astral-sh/setup-uv@v3
+ - uses: astral-sh/setup-uv@v4
196
197
- name: Setup environment
198
run: |
0 commit comments