Skip to content

Commit e8e298a

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

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
@@ -241,7 +241,7 @@ jobs:
241241
cd dist
242242
ls -al
243243
rm -r *wasm*
244-
ls -al dist
244+
ls -al
245245
246246
# - name: Publish
247247
# uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4

0 commit comments

Comments
 (0)