We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As reported in ComPWA/taplo-pre-commit#22, the taplo PyPI package does not work on Alpine Linux. I'm not familiar with Python on Alpine (perhaps @tomassebestik can help here), but from what I read it needs musl rather than manylinux.1 It could be that we just have to add more manylinux targets in the releases.yaml workflow: https://github.com/PyO3/maturin-action/tree/v1/?tab=readme-ov-file#manylinux-docker-container
taplo
musl
manylinux
releases.yaml
Maturin says it's musl builds are manylinux compliant: https://www.maturin.rs. ↩
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
As reported in ComPWA/taplo-pre-commit#22, the
taplo
PyPI package does not work on Alpine Linux. I'm not familiar with Python on Alpine (perhaps @tomassebestik can help here), but from what I read it needsmusl
rather thanmanylinux
.1 It could be that we just have to add moremanylinux
targets in thereleases.yaml
workflow:https://github.com/PyO3/maturin-action/tree/v1/?tab=readme-ov-file#manylinux-docker-container
Footnotes
Maturin says it's
musl
builds aremanylinux
compliant: https://www.maturin.rs. ↩The text was updated successfully, but these errors were encountered: