diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 86b2799..b826161 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -43,10 +43,6 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.22.0 - env: - # configure cibuildwheel to build native archs ('auto'), and some - # emulated ones - CIBW_ARCHS_LINUX: auto aarch64 - uses: actions/upload-artifact@v4 with: