We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebbdc5 commit 002d232Copy full SHA for 002d232
pyproject.toml
@@ -75,10 +75,12 @@ version_cmd = "python scripts/bump-version.py --force"
75
76
[tool.jupyter-releaser.hooks]
77
before-bump-version = [
78
- "python -m pip install 'jupyterlab>=4.0.0,<5'",
+ "python -m pip install -U jupyterlab"
79
"jlpm"
80
]
81
before-build-npm = [
82
+ "python -m pip install 'jupyterlab>=4.0.0,<5'",
83
+ "jlpm"
84
"jlpm build:prod"
85
86
before-build-python = [
0 commit comments