Attempt to fix CI builds

This commit is contained in:
2025-05-28 16:48:51 +01:00
parent 3a1639cea0
commit add788663a

View File

@@ -49,6 +49,7 @@ jobs:
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
manylinux: auto manylinux: auto
- name: Build free-threaded wheels - name: Build free-threaded wheels
if: ${{ !contains(matrix.platform.runner, 'windows') }} # Excluding because free thread build fails on windows
uses: PyO3/maturin-action@v1 uses: PyO3/maturin-action@v1
with: with:
target: ${{ matrix.platform.target }} target: ${{ matrix.platform.target }}