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 435b051 commit 1b8c3edCopy full SHA for 1b8c3ed
.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.13.1
+ uses: pypa/cibuildwheel@v2.14.1
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