Skip to content

Commit 89667b0

Browse files
committed
add before-bump-version hook
1 parent a333e8c commit 89667b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ source_dir = "src"
8080
build_dir = "jupyter_ai_chat_commands/labextension"
8181

8282
[tool.jupyter-releaser.options]
83-
# Workaround for https://github.com/jupyter-server/jupyter_releaser/issues/613
84-
version_cmd = "pip uninstall virtualenv && pip install virtualenv!=20.35.0 && hatch version"
83+
version_cmd = "hatch version"
8584

8685
[tool.jupyter-releaser.hooks]
86+
before-bump-version = ["pip install hatch virtualenv!=20.35.0"]
8787
before-build-npm = [
8888
"python -m pip install 'jupyterlab>=4.0.0,<5'",
8989
"jlpm",

0 commit comments

Comments
 (0)