File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 7979 - buildplat : [ macos13, macosx_x86_64, openblas ]
8080 python : " cp314t"
8181 include :
82- - buildplat : [ ubuntu-22.04, pyodide_wasm32, "" ]
83- python : " cp312"
8482 - buildplat : [ ubuntu-22.04, pyodide_wasm32, "" ]
8583 python : " cp313"
8684 env :
@@ -238,6 +236,13 @@ jobs:
238236 with :
239237 path : dist
240238
239+ - name : Remove wasm wheels
240+ run : |
241+ cd dist
242+ ls -al
243+ rm -r *wasm*
244+ ls -al
245+
241246 - name : Publish
242247 uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
243248 with :
@@ -292,6 +297,13 @@ jobs:
292297 with :
293298 path : dist
294299
300+ - name : Remove wasm wheels
301+ run : |
302+ cd dist
303+ ls -al
304+ rm -r *wasm*
305+ ls -al
306+
295307 - name : Publish
296308 uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
297309 with :
You can’t perform that action at this time.
0 commit comments