Upload nightlies to new location - #25950
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. |
|
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.
|
Hi all. I see files at https://anaconda.org/scipy-wheels-nightly/matplotlib. May I delete them? The last upload to there was June 1, 2023. |
|
@QuLogic should be the one to comment, but Matplotlib has been uploading nightlies to https://anaconda.org/channels/scientific-python-nightly-wheels/packages/matplotlib/overview for a long time, so I would assume that would be fine. |
|
@mattip Yes. |
|
Deleted, thanks. |
PR summary
PR checklist