Skip to content

Commit 50db972

Browse files
committed
BLD don't allow wasm wheels to be published
1 parent c49d57d commit 50db972

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ jobs:
239239
- name: Remove wasm wheels
240240
run: |
241241
cd dist
242+
ls -al
242243
rm *wasm*.whl
243244
ls -al dist
244245

0 commit comments

Comments
 (0)