From e1175888134012fada79f6128894a1b855754e89 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Sat, 5 Oct 2024 01:26:39 -0700 Subject: [PATCH] enable musl linux release builds or aarch64 and armv7l --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8c00a5..2327f6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: uses: pypa/cibuildwheel@v2.21.2 env: CIBW_ARCHS_LINUX: aarch64 native armv7l - CIBW_SKIP: cp36* pp* *musllinux* + CIBW_SKIP: cp36* pp* *ppc64le *s390x - name: Move cross-compiled wheels to dist folder run: |