Distribute Mise as wheels on PYPI #4297
clement-tourriere
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, you already provide many ways to install Mise, but do you think it could be possible to provide wheels + deploy to PYPI in order to install Mise via tools like
pipx
oruv
?With
maturin
andcargo
installed I was able to do:maturin build --release --locked
then
uvx --isolated --from=target/wheels/mise-2025.2.0-py3-none-macosx_11_0_arm64.whl mise version
And it seems to work really fine :).
I know that it will be more complex to generate wheels for all envs,
uv
does that in its CI, using maturin-action. You can see that here for the wheels creation and here to publish the wheels to PYPI.Thank you again for your great work 👍
Beta Was this translation helpful? Give feedback.
All reactions