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.
pyproject.toml
1 parent ec8bc6c commit dbfae66Copy full SHA for dbfae66
pyproject.toml
@@ -93,6 +93,10 @@ npm = ["jlpm"]
93
source_dir = "src"
94
build_dir = "jupyter_scheduler/labextension"
95
96
+[tool.hatch.build.targets.sdist]
97
+artifacts = ["jupyter_scheduler/labextension"]
98
+exclude = [".github", "binder"]
99
+
100
[tool.tbump.version]
101
current = "2.10.0"
102
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
@@ -144,6 +148,9 @@ filterwarnings = [
144
148
[tool.jupyter_releaser]
145
149
skip = ["check-links"]
146
150
151
+[tool.jupyter-releaser.hooks]
152
+before-build-python = ["jlpm clean:all"]
153
147
154
[tool.mypy]
155
check_untyped_defs = true
156
disallow_incomplete_defs = true
0 commit comments