diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8136905..cf277de 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -26,6 +26,11 @@ jobs: with: submodules: true + - uses: docker/setup-qemu-action@v3 + if: runner.os == "Linux" + with: + platforms: "arm64" + - name: Set source timestamp run: | echo SOURCE_DATE_EPOCH=$(git log -n1 --pretty=%ct) >> "$GITHUB_ENV" @@ -33,6 +38,7 @@ jobs: - uses: pypa/cibuildwheel@v2.19.2 env: CIBW_BUILD: "cp312-* pp39-*" + CIBW_ARCHS_LINUX: "auto aarch64" - uses: actions/upload-artifact@v4 with: