-
Notifications
You must be signed in to change notification settings - Fork 19
Conversation
pyproject.toml
Outdated
|
||
[tool.jupyter-releaser.hooks] | ||
before-build-npm = [ | ||
"python -m pip install jupyterlab~=3.1 empack>=2.0.9,<3 jupyter_packaging~=0.10,<2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably because the v1
action used to install the Python package in editable mode before with pip install -e .
I think releaser v2 has an issue with not reading the config from But this PR moves the config to |
Maybe a follow-up could be to migrate to |
I'll proceed with the merge and follow-up with a new release to double check it fixes it. |
All good now: https://github.com/jupyterlite/xeus-python-kernel/releases/tag/v0.6.3 I had to update the |
Thanks! |
Investigate releaser workflow failures: https://github.com/jupyterlite/xeus-python-kernel/actions/runs/4185862759