Skip to content

Commit 2cf29f3

Browse files
committed
BLD don't allow wasm wheels to be published
1 parent 5a486f4 commit 2cf29f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# - [windows-2022, win_amd64, ""]
6262
# - [windows-2022, win32, ""]
6363
# - [windows-11-arm, win_arm64, ""]
64-
python: ["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t", "pp311"]
64+
python: ["cp311"]#, "cp312", "cp313", "cp313t", "cp314", "cp314t", "pp311"]
6565
exclude:
6666
# Don't build PyPy 32-bit windows
6767
- buildplat: [windows-2022, win32, ""]
@@ -238,6 +238,7 @@ jobs:
238238

239239
- name: Remove wasm wheels
240240
run: |
241+
ls -al
241242
rm dist/*wasm*.whl
242243
ls -al dist
243244

0 commit comments

Comments
 (0)