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 52b6af1 commit 8c25d92Copy full SHA for 8c25d92
.github/workflows/build.yml
@@ -102,7 +102,7 @@ jobs:
102
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
103
104
- name: Build wheels
105
- uses: pypa/cibuildwheel@v2.4.0
+ uses: pypa/cibuildwheel@2.5.0
106
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
107
env:
108
CIBW_ARCHS: "${{ matrix.arch }}"
@@ -130,7 +130,7 @@ jobs:
130
fetch-depth: 0 # required for versioneer to find tags
131
132
133
134
135
136
CIBW_BUILD: "cp39-manylinux_*"
0 commit comments