-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replacement for Rackspace for staging built wheels #6
Comments
I am inclined to use https://anaconda.org/multibuild-wheels-staging/ and will get in touch with Matti as per https://mail.python.org/pipermail/numpy-discussion/2020-August/080924.html and his reply. |
This should replace staging on RackSpace, see issue #6.
Matti Picus has kindly given me access to https://anaconda.org/multibuild-wheels-staging/settings/access (under anaconda account We now have the TravisCI built wheels for Linux and macOS uploaded to anaconda: https://anaconda.org/multibuild-wheels-staging/biopython/files AppVeyor update for the Windows wheels pending. See notes on #7. (So far this is deliberately just rebuilding the most recent release) |
Just noticed while scanning the AppVeyor logs, that it automatically caches "build artefacts" like wheels for 6 months, e.g. So we don't actually need to stage them somewhere central. However, that does mean far less manual point and click to collect the wheels ready for uploading to PyPI, and having them on anaconda allows easy direct install from there too. |
Closed by #7, although it looks like the AppVeyor Python 3.8 builds are currently broken with the release of setuptools v50.0.0 |
See See https://mail.python.org/pipermail/scipy-dev/2020-February/023990.html and https://github.com/matthew-brett/multibuild/issues/304
There are quite a few project's using the multibuild system now, no clear consensus as yet for where to host the built wheels. Committing them to a github repository (using a deployment key) might be a workable solution...
The text was updated successfully, but these errors were encountered: