Publish and verify Pyodide wheels from GitHub Releases#71
Draft
Alek99 wants to merge 2 commits into
Draft
Conversation
Merging this PR will not alter performance
Comparing Footnotes
|
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.
What changed
min_maxkernel before the release job passesskip-existingso a manual non-dry run can complete the partially published0.0.1releaseWhy
PyPI rejected
xy-0.0.1-py3-none-pyodide_2025_0_wasm32.whlbecause Warehouse does not accept thepyodide_2025_0_wasm32platform tag. Pyodide supports installing binary WASM wheels directly from HTTPS URLs, so GitHub Releases is the supported distribution channel for this artifact.Installation
Recovery for v0.0.1
After this merges, run the release workflow manually with
dry_run=false. It will:0.0.1files PyPI already acceptedv0.0.1GitHub ReleaseValidation
40 passeddist-pyodideartifact from release run29553527377, served it over HTTP, installed it with Pyodide 0.29.4, and executed the native kernel:backend=native abi=35 min_max=(1,3)Pyodide documents binary WASM wheel installation from custom HTTPS URLs: https://pyodide.org/en/latest/usage/loading-packages.html#installing-wheels-from-arbitrary-urls