scientific-python / upload-nightly-action

This action is used to upload nightly builds of your package.
https://anaconda.org/scientific-python-nightly-wheels
BSD 3-Clause "New" or "Revised" License
7 stars 10 forks source link

Can you extend my access to ipykernel ? #110

Closed Carreau closed 1 month ago

Carreau commented 1 month ago

We had a couple of downstream breakage, and I want to publish nightly of it as well. I should already have access to IPython.

Thanks

matthewfeickert commented 1 month ago

@Carreau (on phone as in transit, sorry) you just need to be added to a team to give you permissions? Or do you need something else changed/added?

matthewfeickert commented 1 month ago

@Carreau Ah sorry. I misread and did a mental s/ipykernel/ipython/g. Sure, we can add ipykernel. I'll make a team later today and add you to it and then you should be good to go.

To get started on this please do the following:

Steps to gain upload access to https://anaconda.org/scientific-python-nightly-wheels/

image

If you'd also like to use the scientific/upload-nightly-action GitHub Action please check out the action repo's README. If you need to collect wheels from different CI jobs, consider creating a new GitHub Actions workflow with logic similar to matplotlib's or Awkward's.

matthewfeickert commented 1 month ago

@Carreau You should now be able to upload to https://anaconda.org/scientific-python-nightly-wheels/ipykernel. Can you please verify that?

Carreau commented 1 month ago

All good, thanks !