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 002d232 commit ae58759Copy full SHA for ae58759
pyproject.toml
@@ -75,13 +75,11 @@ version_cmd = "python scripts/bump-version.py --force"
75
76
[tool.jupyter-releaser.hooks]
77
before-bump-version = [
78
- "python -m pip install -U jupyterlab"
+ "python -m pip install 'jupyterlab>=4.0.0,<5'",
79
"jlpm"
80
]
81
before-build-npm = [
82
- "python -m pip install 'jupyterlab>=4.0.0,<5'",
83
- "jlpm"
84
- "jlpm build:prod"
+ "YARN_ENABLE_IMMUTABLE_INSTALLS=0 jlpm build:prod"
85
86
before-build-python = [
87
# Build the assets
0 commit comments