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 5cc8880 commit 6d033baCopy full SHA for 6d033ba
.github/workflows/build.yml
@@ -112,7 +112,7 @@ jobs:
112
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
113
114
- name: Build wheels
115
- uses: pypa/cibuildwheel@v2.16.5
+ uses: pypa/cibuildwheel@v2.17.0
116
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
117
env:
118
CIBW_ARCHS: "${{ matrix.arch }}"
@@ -141,7 +141,7 @@ jobs:
141
fetch-depth: 0 # required for versioneer to find tags
142
143
144
145
146
147
CIBW_BUILD: "cp39-manylinux_*"
0 commit comments