Skip to content

Commit 4c9a180

Browse files
committed
CI: disable windows python3.13t build
1 parent df27a9f commit 4c9a180

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,12 @@ jobs:
175175
target: ${{ matrix.platform.target }}
176176
args: --release --out dist
177177
sccache: 'true'
178-
- name: Build free-threaded wheels
179-
uses: PyO3/maturin-action@v1
180-
with:
181-
target: ${{ matrix.platform.target }}
182-
args: --release --out dist -i python3.13t
183-
sccache: 'true'
178+
#- name: Build free-threaded wheels
179+
# uses: PyO3/maturin-action@v1
180+
# with:
181+
# target: ${{ matrix.platform.target }}
182+
# args: --release --out dist -i python3.13t
183+
# sccache: 'true'
184184
- name: Upload wheels
185185
uses: actions/upload-artifact@v4
186186
with:

0 commit comments

Comments
 (0)