Skip to content

Commit 6e4a1fb

Browse files
committed
Fixed release builds.
1 parent 10b432f commit 6e4a1fb

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)