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