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: