Closed echarles closed 2 years ago
It should be nbclassic/_version.py
in pyproject.toml
. It is using a regex to read the version from the file.
Thx @blink1073 I have opened https://github.com/jupyter/nbclassic/pull/102 to fix the releaser ci job and it is now failing with error: [Errno 2] No such file or directory: 'pybabel'
on https://github.com/jupyter/nbclassic/runs/6524838596?check_suite_focus=true#step:9:1284
What is the best way to define the version for nbclassic, taking into account the jupyter_releaser process
For now, the check_release job is failing (see. https://github.com/jupyter/nbclassic/runs/6521439283?check_suite_focus=true) with
Should we readd a
__version__.py
file that reexports the__version__
defined in_version.py
. In that case, will the jupyter_releaser still be happy?Any advice welcome here
cc/ @blink1073 @Zsailer