diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index b3ab211..64bf19d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -19,6 +19,8 @@ jobs: submodules: recursive - name: Build wheels uses: pypa/cibuildwheel@v2.12.0 + env: + CIBW_ARCHS_MACOS: x86_64 arm64 - uses: actions/upload-artifact@v3 with: path: ./wheelhouse/*.whl