Skip to content

Commit dde5872

Browse files
committed
BLD: start building Windows free-threaded wheels [wheel build]
1 parent 467dfc4 commit dde5872

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ jobs:
9494
python: "pp310"
9595
- buildplat: [ macos-14, macosx_arm64, accelerate ]
9696
python: "pp310"
97-
- buildplat: [ windows-2019, win_amd64, "" ]
98-
python: "cp313t"
99-
- buildplat: [ windows-2019, win32, "" ]
100-
python: "cp313t"
10197
- buildplat: [ macos13, macosx_x86_64, openblas ]
10298
python: "cp313t"
10399

@@ -162,6 +158,7 @@ jobs:
162158
163159
- name: Set up free-threaded build
164160
if: matrix.python == 'cp313t'
161+
shell: bash -el {0}
165162
run: |
166163
echo "CIBW_BUILD_FRONTEND=pip; args: --no-build-isolation" >> "$GITHUB_ENV"
167164

0 commit comments

Comments
 (0)