We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b432f commit 6e4a1fbCopy full SHA for 6e4a1fb
1 file changed
.github/workflows/release.yml
@@ -133,12 +133,13 @@ jobs:
133
target: ${{ matrix.platform.target }}
134
args: --release --out dist --find-interpreter
135
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/') }}
+ # Not supported for now.
+ # - name: Build free-threaded wheels
+ # uses: PyO3/maturin-action@v1
+ # with:
+ # target: ${{ matrix.platform.target }}
+ # args: --release --out dist -i python3.14t
142
+ # sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
143
- name: Upload wheels
144
uses: actions/upload-artifact@v6
145
with:
0 commit comments