From 78cf554d0bb295973465266f1ec2debb6ecc7d62 Mon Sep 17 00:00:00 2001 From: Joseph Guhlin Date: Wed, 8 Jan 2025 10:03:45 +1300 Subject: [PATCH] Disable free threaded wheels, pyo3 does not yet support --- .github/workflows/create-python-release.yaml | 46 ++++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/create-python-release.yaml b/.github/workflows/create-python-release.yaml index 9954ab4..fe6acb5 100644 --- a/.github/workflows/create-python-release.yaml +++ b/.github/workflows/create-python-release.yaml @@ -54,14 +54,14 @@ jobs: sccache: 'true' manylinux: auto working-directory: "minimappers2" - - name: Build free-threaded wheels - uses: PyO3/maturin-action@v1 - with: - target: ${{ matrix.platform.target }} - args: --release --out dist -i python3.13t - sccache: 'true' - manylinux: auto - working-directory: "minimappers2" +# - name: Build free-threaded wheels +# uses: PyO3/maturin-action@v1 +# with: +# target: ${{ matrix.platform.target }} +# args: --release --out dist -i python3.13t +# sccache: 'true' +# manylinux: auto +# working-directory: "minimappers2" - name: Upload wheels uses: actions/upload-artifact@v4 with: @@ -97,14 +97,14 @@ jobs: sccache: 'true' manylinux: musllinux_1_2 working-directory: "minimappers2" - - name: Build free-threaded wheels - uses: PyO3/maturin-action@v1 - with: - target: ${{ matrix.platform.target }} - args: --release --out dist -i python3.13t - sccache: 'true' - manylinux: musllinux_1_2 - working-directory: "minimappers2" +# - name: Build free-threaded wheels +# uses: PyO3/maturin-action@v1 +# with: +# target: ${{ matrix.platform.target }} +# args: --release --out dist -i python3.13t +# sccache: 'true' +# manylinux: musllinux_1_2 +# working-directory: "minimappers2" - name: Upload wheels uses: actions/upload-artifact@v4 with: @@ -137,13 +137,13 @@ jobs: args: --release --out dist sccache: 'true' working-directory: "minimappers2" - - name: Build free-threaded wheels - uses: PyO3/maturin-action@v1 - with: - target: ${{ matrix.platform.target }} - args: --release --out dist -i python3.13t - sccache: 'true' - working-directory: "minimappers2" +# - name: Build free-threaded wheels +# uses: PyO3/maturin-action@v1 +# with: +# target: ${{ matrix.platform.target }} +# args: --release --out dist -i python3.13t +# sccache: 'true' +# working-directory: "minimappers2" - name: Upload wheels uses: actions/upload-artifact@v4 with: