From f9c0d5dec3da06beb136b224b7a858bee6f16bd6 Mon Sep 17 00:00:00 2001 From: "Iamsamang, Jirawat" Date: Sun, 30 Apr 2023 13:18:21 +0200 Subject: [PATCH] fix: skip building wheel for i686 aarch64 ppc64le s390x --- .github/workflows/wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 6294df8..5209f76 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -62,7 +62,7 @@ jobs: env: # Python 2.7 on Windows requires a workaround for C++11 support, # built separately below - CIBW_SKIP: pp* cp27* *-win32 *-manylinux_i686 *-manylinux_aarch64 *-manylinux_ppc64le *-manylinux_s390x + CIBW_SKIP: pp* cp27* *-win32 *_i686 *_aarch64 *_ppc64le *_s390x - name: Show files run: ls -lh wheelhouse