We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e6184 commit 221d2dbCopy full SHA for 221d2db
1 file changed
.github/workflows/build_wheels.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
13
- name: Build wheels
14
- uses: pypa/cibuildwheel@v2.14.1
+ uses: pypa/cibuildwheel@v2.17.0
15
env:
16
CIBW_ARCHS_LINUX: x86_64
17
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
CIBW_ARCHS_MACOS: x86_64
34
0 commit comments