We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
0.0.4 :: Bumping from 0.3.7 to 0.0.5 Error: nbclassic/__version__.py does not exist Traceback (most recent call last):
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?
__version__.py
__version__
_version.py
Any advice welcome here
cc/ @blink1073 @Zsailer
The text was updated successfully, but these errors were encountered:
It should be nbclassic/_version.py in pyproject.toml. It is using a regex to read the version from the file.
nbclassic/_version.py
pyproject.toml
Sorry, something went wrong.
Check Release / check_release
Thx @blink1073 I have opened #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
error: [Errno 2] No such file or directory: 'pybabel'
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: