diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 62295ef6..30f07861 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -43,7 +43,6 @@ jobs: - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse env: - CIBW_PLATFORM: macos linux CIBW_ARCHS_LINUX: x86_64 # ARM builds fail at the moment: # CIBW_ARCHS_LINUX: x86_64 aarch64