From ebab1126c68deb21ce849579fa02bc48244a27d1 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Wed, 10 Dec 2025 16:40:10 +0100 Subject: [PATCH] Fix pip install without build isolation --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0796c40..a3317ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,9 +84,8 @@ build-function = "hatch_jupyter_builder.npm_builder" [[tool.hatch.build.hooks.build-scripts.scripts]] work_dir = "." commands = ['python scripts/write_version.py'] -artifacts = [ - "bqplot_gl/_version.py" -] +# _version.py is already mentioned in top-level build artifact +artifacts = [] [tool.hatch.build.hooks.jupyter-builder.build-kwargs] path = "."