Skip to content
New issue

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

Add PyPI wheels for Alpine Linux #658

Open
redeboer opened this issue Aug 23, 2024 · 0 comments · May be fixed by #659
Open

Add PyPI wheels for Alpine Linux #658

redeboer opened this issue Aug 23, 2024 · 0 comments · May be fixed by #659

Comments

@redeboer
Copy link
Contributor

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

Footnotes

  1. Maturin says it's musl builds are manylinux compliant: https://www.maturin.rs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant