-
Notifications
You must be signed in to change notification settings - Fork 13
MNT: Update to anaconda-client v1.13.1 and project version v0.6.3 #152
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
matthewfeickert
left a comment
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.
Some additional high-level comments for the reviewers.
| [dependencies] | ||
| python = "3.13.*" | ||
| anaconda-client = "==1.13.0" | ||
| anaconda-client = "==1.13.1" |
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.
I think that I was overly zealous in the past about wanting to constrain the CPython version before and that it is reasonable to treat it as a dependency of anaconda-client that will be resolved as any other dependency would, and that this allows for picking up whatever improvements come along with CPython as well.
The Python information is still easy to check
$ pixi list python
Package Version Build Size Kind Source
brotli-python 1.2.0 py314h3de4e8d_1 358.8 KiB conda https://conda.anaconda.org/conda-forge/
python 3.14.2 h32b2ec7_100_cp314 35.1 MiB conda https://conda.anaconda.org/conda-forge/
python-dateutil 2.9.0.post0 pyhe01879c_2 227.8 KiB conda https://conda.anaconda.org/conda-forge/
python-dotenv 1.2.1 pyhcf101f3_0 26.3 KiB conda https://conda.anaconda.org/conda-forge/
python-fastjsonschema 2.21.2 pyhe01879c_0 238.9 KiB conda https://conda.anaconda.org/conda-forge/
python_abi 3.14 8_cp314 6.8 KiB conda https://conda.anaconda.org/conda-forge/| description: A GitHub Action to upload artifacts nightly | ||
| author: "Scientific-Python" | ||
| version: "0.6.2" | ||
| version: "0.6.3" |
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.
Version number updated everywhere (except for the README examples) with
git grep --name-only "0\.6\.2" | xargs sed -i 's/0.6.2/0.6.3/g'
(where sed is gsed).
* Update to anaconda-client v1.13.1. - c.f. https://github.com/anaconda/anaconda-client/releases/tag/1.13.1 * Remove python as explicit dependency and the version be resolved through anaconda-client. * Update project version to v0.6.3.
* Following PR 151, it is now possible to upload wheels from x86 Windows runners with the GitHub Action.
6199b3b to
3b406f4
Compare
anaconda-clientv1.13.1.pythonas explicit dependency and the version be resolved throughanaconda-client.v0.6.3.Notes to reviewers
anaconda-clientversion it is being opened up from https://github.com/scientific-python/upload-nightly-action/ and not from a fork to be able to verify that uploads work as expected in CI.anaconda-clientv1.13.1and notv1.14.0as even thoughv1.14.0is out (https://github.com/anaconda/anaconda-client/releases/tag/1.14.0) it is not yet on conda-forge given issues withanaconda-cli-base.