
On Fri, Aug 7, 2020 at 2:00 PM Kevin Sheppard <kevin.k.sheppard@gmail.com> wrote:
The Rackspace hosted wheel endpoints at
https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcd...
and
https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcd...
seem to not be working. I know NumPy, SciPy, pandas and scikit-learn are all using a common end point on anacona.org. Statsmodels is preparing for release, and the wheel builder at https://github.com/MacPython/statsmodels-wheels is failing at upload. Is there any shared resource for uploading nightlies and release wheels? Or should we just use a separate account on anaconda.org?
Copying the numpy-wheels Azure/TravisCI code for this should work, it's pretty concise, e.g.: https://github.com/MacPython/numpy-wheels/blob/master/azure/posix.yml#L87 Not sure about the account credentials, Matti would know. Cheers, Ralf