We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a333e8c commit 89667b0Copy full SHA for 89667b0
pyproject.toml
@@ -80,10 +80,10 @@ source_dir = "src"
80
build_dir = "jupyter_ai_chat_commands/labextension"
81
82
[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"
+version_cmd = "hatch version"
85
86
[tool.jupyter-releaser.hooks]
+before-bump-version = ["pip install hatch virtualenv!=20.35.0"]
87
before-build-npm = [
88
"python -m pip install 'jupyterlab>=4.0.0,<5'",
89
"jlpm",
0 commit comments