diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 917b0c92..6f1e4492 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,10 +69,11 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.22.0 env: - # Intel MKL only support x86 64bit Intel CPUs + # Intel MKL only support glibc x86 64bit Intel CPUs # If you need to compile gaussianfft for other architectures, # a different fftw3 implementation must be used CIBW_ARCHS_LINUX: "x86_64" + CIBW_SKIP_LINUX: "*-musllinux" CIBW_ENABLE: "pypy" with: output-dir: 'dist'