Skip to content

Commit b3fd9bb

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
run: |
241241
cd dist
242242
ls -al
243-
rm *wasm*.whl
243+
rm -r *wasm*
244244
ls -al dist
245245
246246
# - name: Publish
@@ -299,7 +299,9 @@ jobs:
299299

300300
- name: Remove wasm wheels
301301
run: |
302-
rm dist/*wasm*.whl
302+
cd dist
303+
ls -al
304+
rm -r *wasm*
303305
ls -al dist
304306
305307
- name: Publish

0 commit comments

Comments
 (0)