-
Notifications
You must be signed in to change notification settings - Fork 320
distribute library wheel on pypi #49
Comments
Am I right in thinking that next-gen PyPI now allows uploading arm wheels, and they appear on legacy PyPI? If so, how do you do this? |
@bennuttall sorry for the late reply, I didn't see your comment after the issue was closed. The relevant commit for warehouse are: And looking at the code: I could find the new codepath for |
Yeah I saw - great stuff! I completed a build run of all 750k package releases on PyPI, with a 76% success rate. I'm currently working on another build with some key dependencies installed, and I expect to see an 85% success rate. See the project at https://www.piwheels.hostedpi.com/, on github at https://github.com/bennuttall/piwheels and read all about it at http://bennuttall.com/piwheels-building-a-faster-python-package-repository-for-raspberry-pi-users/ We skip packages with no source distribution, so we won't host For something like |
@bennuttall you should loop-in the PR author @kpayson64 he is one of the tensorflow python maintainer, and I think he was planning on pushing the ARM wheels to PyPi (that's the reason he did the change in warehouse in the first place). |
That's great! |
now that pypi/warehouse#2003 is fixed, we should distribute the library wheel on pypi.
The text was updated successfully, but these errors were encountered: