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 9a4ceda commit 1f33db6Copy full SHA for 1f33db6
.github/workflows/build.yml
@@ -104,7 +104,7 @@ jobs:
104
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
105
106
- name: Build wheels
107
- uses: pypa/cibuildwheel@2.7.0
+ uses: pypa/cibuildwheel@v2.8.0
108
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
109
env:
110
CIBW_ARCHS: "${{ matrix.arch }}"
@@ -132,7 +132,7 @@ jobs:
132
fetch-depth: 0 # required for versioneer to find tags
133
134
135
136
137
138
CIBW_BUILD: "cp39-manylinux_*"
0 commit comments