From 712efb9c05840c23cb13ddb62604294151756bf0 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 11 Nov 2023 14:10:57 -0600 Subject: [PATCH] Avoid building musllinux wheels (#634) --- .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 cc04b49..6000ae3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.16.2 env: - CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* cp310-* pp* + CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* cp310-* pp* *musllinux* CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc CIBW_BUILD_VERBOSITY: 3 CIBW_ARCHS_LINUX: auto aarch64