feat(workflows/build): upload WASM wheels to PyPI - #295
Merged
XuehaiPan merged 2 commits intoAug 21, 2026
Conversation
PyPI now accepts PEP 783 PyEmscripten wheel tags. Keep the Pyodide wheels in the combined release artifact so the existing TestPyPI and PyPI publication steps upload them with the other distributions. Tests: 93873 passed, 41 skipped, 1 xfailed Checks: pre-commit run --all-files
Document PyPI publication of PyEmscripten wheels in the Unreleased section. Tests: 93873 passed, 41 skipped, 1 xfailed Checks: pre-commit run --all-files
XuehaiPan
marked this pull request as ready for review
August 20, 2026 15:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Keep PyEmscripten WASM wheels in the combined release artifact so the existing TestPyPI and PyPI publication steps upload them with the other distributions.
Motivation and Context
PEP 783 is accepted, and PyPI now accepts
pyemscripten_*_wasm32wheel tags. The latest optree release workflow already builds wheels such asoptree-0.20.0-cp314-cp314-pyemscripten_2026_0_wasm32.whl, but the artifact aggregation job removes them before publication.Related issue: #225
Types of changes
Implemented Tasks
Validation
python3 -m pytest: 93,873 passed, 41 skipped, 1 xfailed.python3 -m pre_commit run --all-files: all hooks passed.The credentialed upload remains release-only and is not exercised by pull request CI.
Checklist