-
Notifications
You must be signed in to change notification settings - Fork 2.1k
filter out riscv64 wheels before publishing to pypi #14009
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
Conversation
cc @Xeonacid |
Thanks a lot, Gankra! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should avoid building these wheels, right? 🤔
I believe pypi is the bottleneck here and the wheels are technically usable if you hand them to like, uv or whatever to install them. Although since we don't upload them to the github release it's "know they're attached to the release workflow as random artifacts". |
I have a prototype for a feature in maturin where it validates that only pypi-compatible wheels are build ( |
Cool, i'll do a third crack at this |
Notes:
|
This reverts commit 49b4501 from #14009 following pypi/warehouse#18390
An alternative to #14006