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
{{ message }}
This repository was archived by the owner on Feb 15, 2023. It is now read-only.
As per matthew-brett/multibuild#304, projects should not upload to rackspace since this is no longer free. Over at numpy-wheels, we chose to use anaconda.org for staging and weekly builds. Cython chose to upload them to github as release packages. One advantage to using a shared location is that any of the wheels in that location can be installed with a single -i https://pypi.anaconda.org/scipy-wheels-nightly/simple argument to pip.
If you choose the anaconda route, I can give an admin rights to the anaconda staging areas, and help you do something like the numpy-wheels upload code.
In any case, it would be nice to provide PyPy wheels for linux64, macOS, win32 and aarch64, which is now pretty simple to do with multibuild (update to latest devel HEAD) and travis (for everything except windows)