Skip to content

Commit b2340b8

Browse files
committed
fix: split wheel builds to avoid timeout
1 parent 624c916 commit b2340b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
if: matrix.musl == ''
213213
# to supply options, put them in 'env', like:
214214
env:
215-
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 *musllinux*_aarch64 *musllinux*
215+
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 *musllinux*
216216
CIBW_BEFORE_ALL_LINUX: apt install -y gcc || yum install -y gcc || apk add gcc
217217
CIBW_ARCHS_LINUX: auto aarch64
218218
CIBW_BUILD_VERBOSITY: 3
@@ -223,7 +223,7 @@ jobs:
223223
if: matrix.musl == 'musllinux'
224224
# to supply options, put them in 'env', like:
225225
env:
226-
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 *musllinux*_aarch64 *manylinux*
226+
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 *manylinux*
227227
CIBW_BEFORE_ALL_LINUX: apt install -y gcc || yum install -y gcc || apk add gcc
228228
CIBW_ARCHS_LINUX: auto aarch64
229229
CIBW_BUILD_VERBOSITY: 3

0 commit comments

Comments
 (0)