We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71b44c commit 79c65e0Copy full SHA for 79c65e0
.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.12.3
+ uses: pypa/cibuildwheel@v2.13.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