jupyter_releaser icon indicating copy to clipboard operation
jupyter_releaser copied to clipboard

Release mono-repo requiring sub-package released version

Open davidbrochart opened this issue 2 years ago • 10 comments

Problem

Jupyverse is a Python mono-repo consisting of a "main" jupyverse package and a bunch of "sub-packages" in plugins (fps-contents, fps-kernels, etc.). When releasing e.g. 0.1.0, I would like jupyverse to depend on sub-packages with version ==0.1.0 too. But I cannot pin them in setup.cfg, because at the time of release these sub-packages would not have been released yet. Maybe I'm missing something?

davidbrochart avatar Sep 02 '22 07:09 davidbrochart