-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Upload nightlies to new location #25950
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
Conversation
A bit of context - the Scientific Python Developer Summit is happening this week. A part of the effort is to ensure that Scientific Python core packages follow the upcoming SPEC documents and support their implementation across the ecosystem. One of the specific changes is a move of the nightly wheels from Once all of the packages that currently use One more step will need to happen here though. The upload requires an upload token stored as a repository secret (as you have right now). However, you will need to generate a new token for the new anaconda organisation. @ksunden will take care of that. The same change is happening in the other packages as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the typo.
We will also need to update the docs here, but I leave it to others to decide whether that should be in this PR or a follow-up. |
@rcomer I already had this ready to go on a branch in my fork, so I just rebased it to open up PR #26006. (If people want to do it all in one go here, feel free to close mine.) I also have a branch with my earlier comment #25950 (review) ready to PR. |
@QuLogic Did this get fixed? If not, what typo are you referring to? |
@jarrodmillman Not sure if this is what was meant, but there's the typo in the commit message itself: "Upload nighlighties to new location" |
Yes, as noted for all these PRs scientific-python/specs#182 (comment) |
* Nightly wheels for the Scientific Python community have migrated from the Anaconda Cloud https://anaconda.org/scipy-wheels-nightly/ package index to https://anaconda.org/scientific-python-nightly-wheels. - c.f. https://scientific-python.org/specs/spec-0004/ - c.f. scientific-python/specs#182 - c.f. matplotlib/matplotlib#25950 * For matplotlib use --index-url of scientific-python-nightly-wheels and use --extra-index-url of public PyPI (https://pypi.org/) as some of matplotlib's dependencies aren't on scientific-python-nightly-wheels.
… nightlies (#2225) * Nightly wheels for the Scientific Python community have migrated from the Anaconda Cloud https://anaconda.org/scipy-wheels-nightly/ package index to https://anaconda.org/scientific-python-nightly-wheels. - c.f. https://scientific-python.org/specs/spec-0004/ - c.f. scientific-python/specs#182 - c.f. matplotlib/matplotlib#25950 * For matplotlib use --index-url of scientific-python-nightly-wheels and use --extra-index-url of public PyPI (https://pypi.org/) as some of matplotlib's dependencies aren't on scientific-python-nightly-wheels.
Typo fixed. |
I had originally thought this was included in matplotlib#25950 (hence why I had waited so long to merge it...), but apparently it was not. Now that both pandas and numpy are uploading to the new location, this is the expected install location for new nightlies
I had originally thought this was included in matplotlib#25950 (hence why I had waited so long to merge it...), but apparently it was not. Now that both pandas and numpy are uploading to the new location, this is the expected install location for new nightlies
* Nightly wheels for the Scientific Python community have migrated from the Anaconda Cloud https://anaconda.org/scipy-wheels-nightly/ package index to https://anaconda.org/scientific-python-nightly-wheels. - c.f. https://scientific-python.org/specs/spec-0004/ - c.f. scientific-python/specs#182 - c.f. matplotlib/matplotlib#25950 * For matplotlib use --index-url of scientific-python-nightly-wheels and use --extra-index-url of public PyPI (https://pypi.org/) as some of matplotlib's dependencies aren't on scientific-python-nightly-wheels.
* Nightly wheels for the Scientific Python community have migrated from the Anaconda Cloud https://anaconda.org/scipy-wheels-nightly/ package index to https://anaconda.org/scientific-python-nightly-wheels. - c.f. https://scientific-python.org/specs/spec-0004/ - c.f. scientific-python/specs#182 - c.f. matplotlib/matplotlib#25950 * For matplotlib use --index-url of scientific-python-nightly-wheels and use --extra-index-url of public PyPI (https://pypi.org/) as some of matplotlib's dependencies aren't on scientific-python-nightly-wheels.
PR summary
PR checklist