-
Notifications
You must be signed in to change notification settings - Fork 24
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
Uploading nightly wheels (for testing and better cross-project integration) #362
Comments
Yes. It has been on my todo list for a while but I have been waiting for clarity on which packages should and shouldn't be involved. I will take a look and reach out if I need any help. ContourPy already tests against nightly wheels (#280). |
@ianthomas23 Good news, we have the approval (scientific-python/upload-nightly-action#30 (comment), scientific-python/upload-nightly-action#30 (comment)) to add To get started on this please do the following: Steps to gain upload access to https://anaconda.org/scientific-python-nightly-wheels/ANACONDA_ORG_UPLOAD_TOKEN* [x] Create an account on Anaconda Cloud
If you'd also like to use the If you have any questions please just ask here! |
@matthewfeickert: I've added the ANACONDA_ORG_UPLOAD_TOKEN as requested. Wheels built today are available at the end of github action run https://github.com/contourpy/contourpy/actions/runs/8039781537, the direct link to the artifact is https://github.com/contourpy/contourpy/actions/runs/8039781537/artifacts/1273387577. I've given you read-only access to this repo as otherwise I don't think you can download the artifacts. This isn't a busy repo so initially I've opted for a scheduled build of the wheels once a week, but I can also do so manually if there is a lot of activity. I'll add use of the I've separated out the built The wheel tags are currently |
@ianthomas23 Great! I've got the package up now at https://anaconda.org/scientific-python-nightly-wheels/contourpy so you can remove my repo permissions.
Sounds good. If you have any upload infrastructure setup can you manually trigger a run so that we check that everything is in working order? If you have any questions about the
Thanks and correct — just the wheels are of interest here.
Thanks for asking, but that's fine! We and Anacond Cloud can handle this. The issue was just in the circumstance where there was a single wheel that was getting reuploaded and overwritten, but that's also been fixed, so all uploads should be fine now. |
I've manually triggered a workflow run that builds and uploads the wheels (https://github.com/contourpy/contourpy/actions/runs/8062140403/job/22023379677). It all seems to be working to me. I think that means this is complete now. I'll keep an eye on it. If anyone needs to contact me about it they can do so here, and I am also lurking on the Scientific Python Discord as well. |
Yup! You're good to go now. 👍 |
Would you be interested/willing to upload nightly wheels to:
https://anaconda.org/scientific-python-nightly-wheels/
It would also be great if you would testing against nightly wheels that you depend on (i.e., numpy).
You can read more about why and how we are building / testing against nightly wheels here:
https://scientific-python.org/specs/spec-0004/
We provide a GitHub action to upload nightly builds to the scientific-python nightly channel:
https://github.com/scientific-python/upload-nightly-action/
We @matthewfeickert, @larsoner, @tupui are happy to help.
The text was updated successfully, but these errors were encountered: