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 79
79
- buildplat : [ macos13, macosx_x86_64, openblas ]
80
80
python : " cp314t"
81
81
include :
82
- - buildplat : [ ubuntu-22.04, pyodide_wasm32, "" ]
83
- python : " cp312"
84
82
- buildplat : [ ubuntu-22.04, pyodide_wasm32, "" ]
85
83
python : " cp313"
86
84
env :
@@ -238,6 +236,13 @@ jobs:
238
236
with :
239
237
path : dist
240
238
239
+ - name : Remove wasm wheels
240
+ run : |
241
+ cd dist
242
+ ls -al
243
+ rm -r *wasm*
244
+ ls -al
245
+
241
246
- name : Publish
242
247
uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
243
248
with :
@@ -292,6 +297,13 @@ jobs:
292
297
with :
293
298
path : dist
294
299
300
+ - name : Remove wasm wheels
301
+ run : |
302
+ cd dist
303
+ ls -al
304
+ rm -r *wasm*
305
+ ls -al
306
+
295
307
- name : Publish
296
308
uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
297
309
with :
You can’t perform that action at this time.
0 commit comments