From 062856957608720c08360670ea57dfbcb4cb98e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristram=20Gr=C3=A4bener?= Date: Fri, 28 Feb 2025 15:57:27 +0100 Subject: [PATCH] publishing: disable free threaded builds on windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tristram Gräbener --- .github/workflows/publish_pypi.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish_pypi.yaml b/.github/workflows/publish_pypi.yaml index 2e908a8..df4ba4a 100644 --- a/.github/workflows/publish_pypi.yaml +++ b/.github/workflows/publish_pypi.yaml @@ -122,13 +122,13 @@ jobs: args: --release --out dist sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} working-directory: './python' - - name: Build free-threaded wheels - uses: PyO3/maturin-action@v1 - with: - target: ${{ matrix.platform.target }} - args: --release --out dist -i python3.13t - sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} - working-directory: './python' +# - name: Build free-threaded wheels +# uses: PyO3/maturin-action@v1 +# with: +# target: ${{ matrix.platform.target }} +# args: --release --out dist -i python3.13t +# sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} +# working-directory: './python' - name: Upload wheels uses: actions/upload-artifact@v4 with: