-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
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
check_release fails in jupyverse #571
Comments
Looks like this is related to #570, which modified line 381 of |
Thanks for the ping, I opened #572. This comes from jupyverse having a package configured with two colons: What is the second colon used for? While my PR will fix the bug in the code, it is not clear to me if it will work with the spec like above. Is the usage like that documented somewhere? |
Hmm not sure it's documented, but if I remember correctly the following means: [tool.jupyter-releaser.options]
python_packages = [
"jupyverse_api:jupyverse_api",
"plugins/noauth:fps-noauth",
"plugins/auth:fps-auth",
"plugins/auth_fief:fps-auth-fief",
"plugins/auth_jupyterhub:fps-auth-jupyterhub",
"plugins/contents:fps-contents",
"plugins/frontend:fps-frontend",
"plugins/jupyterlab:fps-jupyterlab",
"plugins/kernels:fps-kernels",
"plugins/lab:fps-lab",
"plugins/nbconvert:fps-nbconvert",
"plugins/notebook:fps-notebook",
"plugins/terminals:fps-terminals",
"plugins/yjs:fps-yjs",
"plugins/resource_usage:fps-resource-usage",
"plugins/login:fps-login",
"plugins/webdav:fps-webdav",
".:jupyverse:jupyverse_api,fps-noauth,fps-auth,fps-auth-fief,fps-auth-jupyterhub,fps-contents,fps-jupyterlab,fps-kernels,fps-lab,fps-frontend,fps-nbconvert,fps-notebook,fps-terminals,fps-yjs,fps-resource-usage,fps-webdav"
] that there is a Python package in directory:
IIRC the dependencies given in the last line indicate that these packages are built locally, not coming from PyPI. |
I would love to add a new field to the releaser allowing to bump and release an individual package. This would allow me to use it for jupyterlab-lsp monorepo too. |
Description
This probably happened with recent changes, see here.
The text was updated successfully, but these errors were encountered: