Skip to content

Commit 703efd8

Browse files
committed
fix check release script
1 parent db4f51e commit 703efd8

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
@@ -75,7 +75,7 @@ version_cmd = "hatch version"
7575

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

0 commit comments

Comments
 (0)