Skip to content

Commit ba0618f

Browse files
.github: remove free-threaded wheels for now
Signed-off-by: Dylan Bargatze <dylan@tailscale.com>
1 parent cc836ee commit ba0618f

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/python.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@ jobs:
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:
@@ -71,17 +62,6 @@ jobs:
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:

0 commit comments

Comments
 (0)