Skip to content

Commit

Permalink
Install stable JupyterLab 4.0 in the releaser hook (#7183)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Dec 13, 2023
1 parent e73d410 commit 4d07f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ version-cmd = "jlpm run release:bump --force --skip-commit"

[tool.jupyter-releaser.hooks]
before-bump-version = [
"python -m pip install --pre -U jupyterlab",
"python -m pip install -U jupyterlab~=4.0",
"jlpm",
"jlpm run build:utils",
"python -m pip install hatch"
Expand Down

0 comments on commit 4d07f1e

Please sign in to comment.