diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 407a686..c44e643 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,14 +39,19 @@ jobs: include: - target-platform: linux-64 os: ubuntu-latest + maturin-args: -i python3.10 - target-platform: linux-aarch64 os: ubuntu-24.04-arm + maturin-args: -i python3.10 - target-platform: osx-64 os: macos-15-intel + maturin-args: "" - target-platform: osx-arm64 os: macos-latest + maturin-args: "" - target-platform: win-64 os: windows-latest + maturin-args: "" steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -64,7 +69,7 @@ jobs: uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1 with: command: build - args: --out dist --release + args: --out dist --release ${{ matrix.maturin-args }} manylinux: auto sccache: true - name: Check package