From add788663a38cb61d39a785520d9decb70b4ca8e Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 28 May 2025 16:48:51 +0100 Subject: [PATCH] Attempt to fix CI builds --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8893043..d7128ea 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -49,6 +49,7 @@ jobs: sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} manylinux: auto - name: Build free-threaded wheels + if: ${{ !contains(matrix.platform.runner, 'windows') }} # Excluding because free thread build fails on windows uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }}