diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index ec54fd058..291926286 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -52,6 +52,7 @@ jobs: - name: "Build sdist" uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: + maturin-version: v1.9.6 command: sdist args: --out dist - name: "Test sdist" @@ -83,6 +84,7 @@ jobs: - name: "Build wheels - x86_64" uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: + maturin-version: v1.9.6 target: x86_64 args: --release --locked --out dist - name: "Upload wheels" @@ -125,6 +127,7 @@ jobs: - name: "Build wheels - aarch64" uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: + maturin-version: v1.9.6 target: aarch64 args: --release --locked --out dist - name: "Test wheel - aarch64" @@ -181,6 +184,7 @@ jobs: - name: "Build wheels" uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: + maturin-version: v1.9.6 target: ${{ matrix.platform.target }} args: --release --locked --out dist env: @@ -235,6 +239,7 @@ jobs: - name: "Build wheels" uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: + maturin-version: v1.9.6 target: ${{ matrix.target }} manylinux: auto args: --release --locked --out dist @@ -310,6 +315,7 @@ jobs: - name: "Build wheels" uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: + maturin-version: v1.9.6 target: ${{ matrix.platform.target }} manylinux: auto docker-options: ${{ matrix.platform.maturin_docker_options }} @@ -376,6 +382,7 @@ jobs: - name: "Build wheels" uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: + maturin-version: v1.9.6 target: ${{ matrix.target }} manylinux: musllinux_1_2 args: --release --locked --out dist @@ -441,6 +448,7 @@ jobs: - name: "Build wheels" uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: + maturin-version: v1.9.6 target: ${{ matrix.platform.target }} manylinux: musllinux_1_2 args: --release --locked --out dist