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 b779035 commit 02764ceCopy full SHA for 02764ce
pyproject.toml
@@ -75,13 +75,12 @@ exclude = [".github"]
75
[tool.jupyter-releaser.options]
76
version_cmd = "hatch version"
77
78
-[tool.jupyter-releaser.hooks]
79
-before-build-npm = [
80
- "python -m pip install 'jupyterlab>=4.0.0,<5'",
81
- "jlpm",
82
- "jlpm build:prod",
83
-]
84
-before-build-python = ["jlpm clean:all"]
+# [tool.jupyter-releaser.hooks]
+# before-build-npm = [
+# "jlpm",
+# "jlpm build:prod",
+# ]
+# before-build-python = ["jlpm clean:all"]
85
86
[tool.mypy]
87
python_version = "3.8"
0 commit comments