ipython / ipykernel

IPython Kernel for Jupyter
https://ipykernel.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
648 stars 366 forks source link

Publish alpha(s) and nightly on https://anaconda.org/scientific-python-nightly-wheels/ #1274

Open Carreau opened 3 weeks ago

Carreau commented 3 weeks ago

Downstream users have requested wether we can do alpha to test new features (even if unstable).

I think we should also have nightly on scientific Python anaconda index

Carreau commented 3 weeks ago

Should be working now; we might just want to update the nighlty cron to only upload the main branch, and mark the version number as .dev

Carreau commented 3 weeks ago

I think we need to run hatch version dev, but I don't know how to have the number after .dev monotonically increased.

hatch version "7.0.0a1.dev$(git rev-list --count v7.0.0a0..HEAD)"

Maybe ?