Skip to content

Commit b635328

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
cd dist
303303
ls -al
304304
rm -r *wasm*
305-
ls -al dist
305+
ls -al
306306
307307
- name: Publish
308308
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4

0 commit comments

Comments
 (0)