diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 92d95d414..4d431a275 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -48,7 +48,7 @@ jobs: - name: "Build sdist" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 command: sdist args: --out dist - name: "Test sdist" @@ -69,7 +69,7 @@ jobs: - name: "Build sdist uv-build" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 command: sdist args: --out crates/uv-build/dist -m crates/uv-build/Cargo.toml - name: "Test sdist uv-build" @@ -102,7 +102,7 @@ jobs: - name: "Build wheels - x86_64" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: x86_64 args: --release --locked --out dist --features self-update --compatibility pypi - name: "Upload wheels" @@ -133,7 +133,7 @@ jobs: - name: "Build wheels uv-build - x86_64" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: x86_64 args: --profile minimal-size --locked --out crates/uv-build/dist -m crates/uv-build/Cargo.toml --compatibility pypi - name: "Upload wheels uv-build" @@ -161,7 +161,7 @@ jobs: - name: "Build wheels - aarch64" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: aarch64 manylinux: 2_17 args: --release --locked --out dist --features self-update --compatibility pypi @@ -199,7 +199,7 @@ jobs: - name: "Build wheels uv-build - aarch64" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: aarch64 args: --profile minimal-size --locked --out crates/uv-build/dist -m crates/uv-build/Cargo.toml --compatibility pypi - name: "Test wheel - aarch64" @@ -244,7 +244,7 @@ jobs: - name: "Build wheels" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: ${{ matrix.platform.target }} args: --release --locked --out dist --features self-update,windows-gui-bin --compatibility pypi - name: "Test wheel" @@ -282,7 +282,7 @@ jobs: - name: "Build wheels uv-build" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: ${{ matrix.platform.target }} args: --profile minimal-size --locked --out crates/uv-build/dist -m crates/uv-build/Cargo.toml --compatibility pypi - name: "Test wheel uv-build" @@ -321,7 +321,7 @@ jobs: - name: "Build wheels" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: ${{ matrix.target }} # Generally, we try to build in a target docker container. In this case however, a # 32-bit compiler runs out of memory (4GB memory limit for 32-bit), so we cross compile @@ -388,7 +388,7 @@ jobs: - name: "Build wheels uv-build" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: ${{ matrix.target }} manylinux: 2_17 args: --profile minimal-size --locked --out crates/uv-build/dist -m crates/uv-build/Cargo.toml --compatibility pypi @@ -442,7 +442,7 @@ jobs: - name: "Build wheels" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: ${{ matrix.platform.target }} manylinux: ${{ matrix.platform.manylinux }} docker-options: ${{ matrix.platform.maturin_docker_options }} @@ -495,7 +495,7 @@ jobs: - name: "Build wheels uv-build" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: ${{ matrix.platform.target }} manylinux: ${{ matrix.platform.manylinux }} docker-options: ${{ matrix.platform.maturin_docker_options }} @@ -549,7 +549,7 @@ jobs: - name: "Build wheels" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: ${{ matrix.platform.target }} manylinux: 2_17 docker-options: ${{ matrix.platform.maturin_docker_options }} @@ -603,7 +603,7 @@ jobs: - name: "Build wheels uv-build" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: ${{ matrix.platform.target }} manylinux: 2_17 docker-options: ${{ matrix.platform.maturin_docker_options }} @@ -658,7 +658,7 @@ jobs: - name: "Build wheels" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: ${{ matrix.platform.target }} manylinux: 2_17 docker-options: ${{ matrix.platform.maturin_docker_options }} @@ -716,7 +716,7 @@ jobs: - name: "Build wheels uv-build" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: ${{ matrix.platform.target }} manylinux: 2_17 docker-options: ${{ matrix.platform.maturin_docker_options }} @@ -761,7 +761,7 @@ jobs: - name: "Build wheels" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: ${{ matrix.platform.target }} manylinux: 2_31 docker-options: ${{ matrix.platform.maturin_docker_options }} @@ -815,7 +815,7 @@ jobs: - name: "Build wheels uv-build" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: ${{ matrix.platform.target }} manylinux: 2_31 docker-options: ${{ matrix.platform.maturin_docker_options }} @@ -868,7 +868,7 @@ jobs: - name: "Build wheels" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: ${{ matrix.target }} manylinux: musllinux_1_1 args: --release --locked --out dist --features self-update --compatibility pypi @@ -915,7 +915,7 @@ jobs: - name: "Build wheels uv-build" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: ${{ matrix.target }} manylinux: musllinux_1_1 args: --profile minimal-size --locked --out crates/uv-build/dist -m crates/uv-build/Cargo.toml --compatibility pypi @@ -965,7 +965,7 @@ jobs: - name: "Build wheels" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: ${{ matrix.platform.target }} manylinux: musllinux_1_1 # Tag the musl builds as manylinux 2_17 fallback cause the aarch64 build only support 2_28 @@ -1039,7 +1039,7 @@ jobs: - name: "Build wheels" uses: PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0 with: - maturin-version: v1.12.4 + maturin-version: v1.12.6 target: ${{ matrix.platform.target }} manylinux: musllinux_1_1 args: --profile minimal-size --locked ${{ matrix.platform.arch == 'aarch64' && '--compatibility 2_17' || ''}} --out crates/uv-build/dist -m crates/uv-build/Cargo.toml --compatibility pypi