File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 args : --release --out dist
3737 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
3838 manylinux : auto
39- - name : Build free-threaded wheels
40- uses : PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
41- with :
42- working-directory : ts_python
43- rust-toolchain : stable
44- target : ${{ matrix.platform.target }}
45- args : --release --out dist --interpreter python3.14t
46- sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
47- manylinux : auto
4839 - name : Upload wheels
4940 uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5041 with :
7162 target : ${{ matrix.platform.target }}
7263 args : --release --out dist
7364 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
74- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
75- with :
76- python-version : 3.14t
77- - name : Build free-threaded wheels
78- uses : PyO3/maturin-action@e83996d129638aa358a18fbd1dfb82f0b0fb5d3b # v1.51.0
79- with :
80- working-directory : ts_python
81- rust-toolchain : stable
82- target : ${{ matrix.platform.target }}
83- args : --release --out dist -i python3.14t
84- sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
8565 - name : Upload wheels
8666 uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8767 with :
You can’t perform that action at this time.
0 commit comments