Skip to content

Commit 4d07f1e

Browse files
authored
Install stable JupyterLab 4.0 in the releaser hook (#7183)
1 parent e73d410 commit 4d07f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ version-cmd = "jlpm run release:bump --force --skip-commit"
186186

187187
[tool.jupyter-releaser.hooks]
188188
before-bump-version = [
189-
"python -m pip install --pre -U jupyterlab",
189+
"python -m pip install -U jupyterlab~=4.0",
190190
"jlpm",
191191
"jlpm run build:utils",
192192
"python -m pip install hatch"

0 commit comments

Comments
 (0)