Skip to content
Discussion options

You must be logged in to vote

Now that I think about it and have worked on the mip code, I think I can answer your question.

Python files inside micropython-lib packages get compiled to .mpy files as part of the GitHub CI workflow, then get stored to the gh-pages branch of micropython-lib.

See this workflow and the CI script.

The actual .mpy files get uploaded to https://micropython.org/pi/v2/file (or your own GitHub module repository if you have opted-in and enabled workflows); see build.py for a description of the repository layout (there are provisions for the different flavors of .mpy files, etc.).

See https://github.com/micropython/micropython-lib/blob/master/CONTRIBUTING.md#publishing-packages-from-forks for a d…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ned-pcs
Comment options

Answer selected by DavesCodeMusings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants