Skip to content

Commit c49d57d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ jobs:
238238

239239
- name: Remove wasm wheels
240240
run: |
241-
ls -al
242-
rm dist/*wasm*.whl
241+
cd dist
242+
rm *wasm*.whl
243243
ls -al dist
244244
245245
# - name: Publish

0 commit comments

Comments
 (0)