Skip to content

Commit 02bf298

Browse files
committed
Update version_cmd command
1 parent d893c8a commit 02bf298

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,10 @@ source_dir = "src"
5858
build_dir = "jupyterlite_p5_kernel/labextension"
5959

6060
[tool.jupyter-releaser.options]
61-
version_cmd = "jlpm run bump:version"
61+
version_cmd = "python scripts/bump-version.py"
6262

6363
[tool.jupyter-releaser.hooks]
6464
before-bump-version = ["python -m pip install jupyterlab~=3.1"]
65-
after-bump-version = ["jlpm run sync:version"]
6665
before-build-npm = ["python -m pip install jupyterlab~=3.1", "jlpm", "jlpm build:prod"]
6766
before-build-python = ["jlpm clean"]
6867

0 commit comments

Comments
 (0)