Skip to content

Commit 5defc6a

Browse files
jonasmalacofilhoprusnak
authored andcommitted
Update cibuildwheel action to 2.11.2
This should enable the building of wheels for Python 3.11.
1 parent 13d8728 commit 5defc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: docker/setup-qemu-action@v1
2727

2828
- name: Build wheels
29-
uses: pypa/cibuildwheel@v2.3.1
29+
uses: pypa/cibuildwheel@v2.11.2
3030
env:
3131
CIBW_BUILD: "cp3*-*"
3232
CIBW_SKIP: "*-musllinux_*"

0 commit comments

Comments
 (0)