Skip to content
Discussion options

You must be logged in to vote

Thanks @saraverbeecke

When you install a package.json-based package from github, the version specified will be interpreted as a git branch (or tag).

>>> mip.install('github:jimmo/micropython-mlx90640', version='devel')

will fetch package.json from the devel branch (and then also implicitly use the devel branch for fetching referenced files).

So the simple answer is, tag your repo at each version, and then you're all set.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@saraverbeecke
Comment options

@jimmo
Comment options

jimmo Nov 8, 2022
Maintainer

@saraverbeecke
Comment options

@riaanvddool
Comment options

Answer selected by saraverbeecke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Relates to tools/ directory in source, or other tooling
3 participants