Skip to content

Commit 97b72d4

Browse files
Update version of cibuildwheel for recent Python versions.
1 parent 3370727 commit 97b72d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
if: ${{ matrix.arch == 'aarch64' }}
245245
uses: docker/setup-qemu-action@v1
246246
- name: Build wheels
247-
uses: pypa/cibuildwheel@v2.3.1
247+
uses: pypa/cibuildwheel@v2.4.0
248248
with:
249249
output-dir: dist
250250
env:

0 commit comments

Comments
 (0)