Skip to content

Commit 002d232

Browse files
committed
edit pip commands
1 parent 1ebbdc5 commit 002d232

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,12 @@ version_cmd = "python scripts/bump-version.py --force"
7575

7676
[tool.jupyter-releaser.hooks]
7777
before-bump-version = [
78-
"python -m pip install 'jupyterlab>=4.0.0,<5'",
78+
"python -m pip install -U jupyterlab"
7979
"jlpm"
8080
]
8181
before-build-npm = [
82+
"python -m pip install 'jupyterlab>=4.0.0,<5'",
83+
"jlpm"
8284
"jlpm build:prod"
8385
]
8486
before-build-python = [

0 commit comments

Comments
 (0)