We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adc796 commit 9de6795Copy full SHA for 9de6795
.github/workflows/wheels.yml
@@ -201,11 +201,10 @@ jobs:
201
upload_wheels
202
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.
+ # NOTE: this job is similar to the one in unit-tests.yml except for the fact
+ # that it uses cibuildwheel instead of a standard Pyodide xbuildenv setup.
207
build_pyodide_wheels:
208
- name: Build Pyodide wheels
+ name: Build wheel for cp312-pyodide_wasm32
209
# Run on schedule, manual (workflow dispatch), and push events
210
# Skip on PRs, because these are running in the unit tests job already
211
0 commit comments