You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that you aren't currently publishing any wheel binaries on PyPI. If you'd be able to do this, it would really help from a platform compatibility perspective as we generally run pip install with a specific --platform and --only-binary=:all:, meaning we can only download wheels.
There's also a bunch of other advantages like a faster install and a generally more consistent / reliable experience.
Thanks!
The text was updated successfully, but these errors were encountered:
To make this more portable and usable to other maintainers, I will take some time to investigate possible solutions involving CircleCI (versus using Vagrant or other local virtualization solutions to build for multiple architectures). I will probably be revisiting alternate documentation hosting to GitHub pages and a CircleCI-powered documentation build, which will overlap a lot with this.
Hey 👋
I noticed that you aren't currently publishing any wheel binaries on PyPI. If you'd be able to do this, it would really help from a platform compatibility perspective as we generally run pip install with a specific
--platform
and--only-binary=:all:
, meaning we can only download wheels.There's also a bunch of other advantages like a faster install and a generally more consistent / reliable experience.
Thanks!
The text was updated successfully, but these errors were encountered: