File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ jobs:
208208 image : tonistiigi/binfmt:qemu-v8.1.5
209209 id : qemu
210210 - name : Prepare emulation
211+ if : ${{ matrix.qemu }}
211212 run : |
212213 if [[ -n "${{ matrix.qemu }}" ]]; then
213214 # Build emulated architectures only if QEMU is set,
@@ -232,7 +233,7 @@ jobs:
232233233234 # to supply options, put them in 'env', like:
234235 env :
235- CIBW_SKIP : cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
236+ CIBW_SKIP : cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
236237 CIBW_BEFORE_ALL_LINUX : apt install -y gcc || yum install -y gcc || apk add gcc
237238 REQUIRE_CYTHON : 1
238239
You can’t perform that action at this time.
0 commit comments