-
-
Notifications
You must be signed in to change notification settings - Fork 26.1k
Closed
Milestone
Description
The current wheel building CI at https://github.com/MacPython/scikit-learn-wheels uses wheelhouse_uploader to upload the wheels to a centralized temporary container on Rackspace cloud before making downloading all the artifacts to via the python setup.py fetch_artifacts
command for final upload to PyPI using twine.
It's currently documented here:
and configured here:
Lines 21 to 25 in 98b3c7c
[wheelhouse_uploader] artifact_indexes= # Wheels built by travis (only for specific tags): # https://github.com/MacPython/scikit-learn-wheels http://wheels.scipy.org - https://github.com/MacPython/scikit-learn-wheels/blob/979cc8bf749ab2c7eb86d5e45682816aa650e499/.travis.yml#L136-L140
Since we cannot use Rackspace anymore we need to update this release process to use a replacement. See #16412.