We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8b5fd commit f6b0c62Copy full SHA for f6b0c62
.github/workflows/build_wheels.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/checkout@v4
43
44
- name: Build wheels
45
- uses: pypa/cibuildwheel@v2.17.0
+ uses: pypa/cibuildwheel@v2.22.0
46
env:
47
CIBW_BUILD: ${{ matrix.python-version }}-*
48
CIBW_ARCHS_MACOS: ${{ matrix.os.arch }}
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
CIBW_BUILD: ${{ matrix.python-version }}-manylinux_x86_64
77
CIBW_BUILD_FRONTEND: build
0 commit comments