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 e8c68f5 commit 60a2807Copy full SHA for 60a2807
.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@v2.10.2
+ uses: pypa/cibuildwheel@v2.11.1
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