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 b29e456 commit 6d12e24Copy full SHA for 6d12e24
.github/workflows/build.yml
@@ -94,7 +94,7 @@ jobs:
94
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
95
96
- name: Build wheels
97
- uses: pypa/cibuildwheel@v2.2.2
+ uses: pypa/cibuildwheel@v2.3.0
98
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
99
env:
100
CIBW_ARCHS: "${{ matrix.arch }}"
@@ -122,7 +122,7 @@ jobs:
122
fetch-depth: 0 # required for versioneer to find tags
123
124
125
126
127
128
CIBW_BUILD: "cp39-manylinux_*"
0 commit comments