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 85a2874 commit 730dc87Copy full SHA for 730dc87
pyproject.toml
@@ -84,9 +84,8 @@ build-function = "hatch_jupyter_builder.npm_builder"
84
[[tool.hatch.build.hooks.build-scripts.scripts]]
85
work_dir = "."
86
commands = ['python scripts/write_version.py']
87
-artifacts = [
88
- "bqplot_gl/_version.py"
89
-]
+# _version.py is already mentioned in top-level build artifact
+artifacts = []
90
91
[tool.hatch.build.hooks.jupyter-builder.build-kwargs]
92
path = "."
0 commit comments