diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f8a1f61..ae6b186 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -55,8 +55,6 @@ jobs: - os: ubuntu-latest target: aarch64 # macOS - - os: macos-13 # Intel - target: x86_64 - os: macos-14 # Apple Silicon target: aarch64 steps: @@ -67,10 +65,10 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Build wheels - uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1 + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: target: ${{ matrix.target }} - args: --release --out dist + args: --release --out dist -i python3.12 -i python3.13 -i python3.14 sccache: "true" manylinux: auto @@ -91,7 +89,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Build sdist - uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1 + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: command: sdist args: --out dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b262fdb..069e8d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,8 +44,6 @@ jobs: - os: ubuntu-latest target: aarch64 # macOS - - os: macos-13 # Intel - target: x86_64 - os: macos-14 # Apple Silicon target: aarch64 steps: @@ -56,10 +54,10 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Build wheels - uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1 + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: target: ${{ matrix.target }} - args: --release --out dist + args: --release --out dist -i python3.12 -i python3.13 -i python3.14 sccache: "true" manylinux: auto @@ -80,7 +78,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Build sdist - uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1.49.1 + uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4 with: command: sdist args: --out dist