From 1cb5d57603f74d15be92f41117c62c75a55b1f81 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 25 Aug 2023 21:16:33 +0300 Subject: [PATCH] ci: tune --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a803972..728620e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,8 +174,9 @@ jobs: env: CIBW_ARCHS_MACOS: "x86_64 arm64 universal2" CIBW_ARCHS_WINDOWS: "auto" - CIBW_ARCHS_LINUX: "auto aarch64 ppc64le s390x" - CIBW_BUILD: "cp37-* pp*linux*x86_64" + CIBW_ARCHS_LINUX: "auto aarch64" + # cp38: cp37-macos does not support universal2/arm64 + CIBW_BUILD: "cp38-* pp*-manylinux_x86_64" CIBW_SKIP: "pp37-*" - name: "Check" shell: bash