File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -133,12 +133,13 @@ jobs:
133133 target : ${{ matrix.platform.target }}
134134 args : --release --out dist --find-interpreter
135135 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
136- - name : Build free-threaded wheels
137- uses : PyO3/maturin-action@v1
138- with :
139- target : ${{ matrix.platform.target }}
140- args : --release --out dist -i python3.14t
141- sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
136+ # Not supported for now.
137+ # - name: Build free-threaded wheels
138+ # uses: PyO3/maturin-action@v1
139+ # with:
140+ # target: ${{ matrix.platform.target }}
141+ # args: --release --out dist -i python3.14t
142+ # sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
142143 - name : Upload wheels
143144 uses : actions/upload-artifact@v6
144145 with :
You can’t perform that action at this time.
0 commit comments