From 462afda5f9d7f68586a5107e1b9883280c6259bc Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Mon, 9 Dec 2024 13:16:21 -0500 Subject: [PATCH] Specify Python versions --- .github/workflows/python-core-wheels.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-core-wheels.yml b/.github/workflows/python-core-wheels.yml index bba81d1f..1145f04a 100644 --- a/.github/workflows/python-core-wheels.yml +++ b/.github/workflows/python-core-wheels.yml @@ -50,7 +50,7 @@ jobs: with: rust-toolchain: nightly target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter --manifest-path python/${{ matrix.module }}/Cargo.toml + args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 --manifest-path python/${{ matrix.module }}/Cargo.toml sccache: "true" manylinux: auto - name: Upload wheels @@ -87,7 +87,7 @@ jobs: # RUSTFLAGS: "-Zinline-mir=no" # with: # target: ${{ matrix.platform.target }} - # args: --release --out dist --find-interpreter --manifest-path python/${{ matrix.module }}/Cargo.toml + # args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 --manifest-path python/${{ matrix.module }}/Cargo.toml # sccache: "true" # manylinux: musllinux_1_2 # - name: Upload wheels @@ -121,7 +121,7 @@ jobs: with: rust-toolchain: nightly target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter --manifest-path python/${{ matrix.module }}/Cargo.toml + args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 --manifest-path python/${{ matrix.module }}/Cargo.toml sccache: "true" - name: Upload wheels uses: actions/upload-artifact@v4 @@ -154,7 +154,7 @@ jobs: with: rust-toolchain: nightly target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter --manifest-path python/${{ matrix.module }}/Cargo.toml + args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 --manifest-path python/${{ matrix.module }}/Cargo.toml sccache: "true" - name: Upload wheels uses: actions/upload-artifact@v4 @@ -196,7 +196,7 @@ jobs: with: rust-toolchain: nightly target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter --no-default-features --manifest-path python/${{ matrix.module }}/Cargo.toml + args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 --no-default-features --manifest-path python/${{ matrix.module }}/Cargo.toml sccache: "true" - name: Upload wheels uses: actions/upload-artifact@v4