From 684a20f5304c99c7348fa10a75ebfb400d95bb6f Mon Sep 17 00:00:00 2001 From: jodhus Date: Tue, 3 Sep 2024 23:06:26 -0400 Subject: [PATCH] Temporarily disable ARM64 for Windows. --- .github/workflows/build-test-pypi.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test-pypi.yml b/.github/workflows/build-test-pypi.yml index b967007..b09e850 100644 --- a/.github/workflows/build-test-pypi.yml +++ b/.github/workflows/build-test-pypi.yml @@ -73,7 +73,9 @@ jobs: uses: joerick/cibuildwheel@v2.20.0 env: CIBW_ARCHS_LINUX: "auto aarch64 ppc64le s390x" - CIBW_ARCHS_WINDOWS: "auto ARM64" + # Will re-enable ARM64 once libebur128 pull request #131 is merged. + # https://github.com/jiixyj/libebur128/pull/131 + #CIBW_ARCHS_WINDOWS: "auto ARM64" CIBW_BUILD: "cp${{ steps.pythonversion.outputs.value }}-*" CIBW_ENVIRONMENT: "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}" - name: Upload wheels to artifact container