MacPython / numexpr-wheels

5 stars 4 forks source link

Move away from rackspace #5

Open mattip opened 4 years ago

mattip commented 4 years ago

The hosting on rackspace of http://wheels.scipy.org is no more. Other MacPython projects have moved to using https://anaconda.org/scipy-wheels-nightly/ for weekly uploads and https://anaconda.org/multibuild-wheels-staging for staging wheels to PyPI. Another option is to use github for staging like cython for travis and for appveyor. Here is the numpy code (on travis) to upload to anaconda https://github.com/MacPython/numpy-wheels/blob/master/.travis.yml#L99

If you want to use anaconda, you have access to tokens via the "Organization Secrets" https://github.com/MacPython/numexpr-wheels/settings/secrets if you can move to github actions (they provide x86 machines for windows, linux and mac). Otherwise we will need to negotiate getting you tokens.

xref @matthew-brett. We should copy this to all projects in the org.

matthew-brett commented 4 years ago

Thanks Matti - yes - I will use this link from now on - and will put it into the README for Multibuild.

matthew-brett commented 4 years ago

Documented via https://github.com/matthew-brett/multibuild/pull/350 - please have a look?