File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -201,11 +201,10 @@ jobs:
201
201
upload_wheels
202
202
203
203
# Build Pyodide wheels and upload them to Anaconda.org
204
- # NOTE: this job is similar to the one in unit-tests.yml except for that fact
205
- # that this does not run the tests after building the wheels and uses cibuildwheel
206
- # instead of a regular Pyodide setup.
204
+ # NOTE: this job is similar to the one in unit-tests.yml except for the fact
205
+ # that it uses cibuildwheel instead of a standard Pyodide xbuildenv setup.
207
206
build_pyodide_wheels :
208
- name : Build Pyodide wheels
207
+ name : Build wheel for cp312-pyodide_wasm32
209
208
# Run on schedule, manual (workflow dispatch), and push events
210
209
# Skip on PRs, because these are running in the unit tests job already
211
210
You can’t perform that action at this time.
0 commit comments