Skip to content

Commit 9de6795

Browse files
Rename job, to match update comment
1 parent 8adc796 commit 9de6795

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/wheels.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,10 @@ jobs:
201201
upload_wheels
202202
203203
# 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.
207206
build_pyodide_wheels:
208-
name: Build Pyodide wheels
207+
name: Build wheel for cp312-pyodide_wasm32
209208
# Run on schedule, manual (workflow dispatch), and push events
210209
# Skip on PRs, because these are running in the unit tests job already
211210

0 commit comments

Comments
 (0)