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 96627d9 commit 0e4d56eCopy full SHA for 0e4d56e
.github/workflows/build.yml
@@ -108,7 +108,7 @@ jobs:
108
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
109
110
- name: Build wheels
111
- uses: pypa/cibuildwheel@v2.14.1
+ uses: pypa/cibuildwheel@v2.15.0
112
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
113
env:
114
CIBW_ARCHS: "${{ matrix.arch }}"
@@ -136,7 +136,7 @@ jobs:
136
fetch-depth: 0 # required for versioneer to find tags
137
138
139
140
141
142
CIBW_BUILD: "cp39-manylinux_*"
0 commit comments