Skip to content

Commit 1c7fc5d

Browse files
committed
add artifacts
1 parent d0a6fe0 commit 1c7fc5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

notebook/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
# DO NOT EDIT THIS DIRECTLY! It is managed by tbump
99
version_info = VersionInfo(7, 0, 0, "a", 3)
1010

11-
__version__ = "{}.{}.{}{}".format(
11+
__version__ = "{}.{}.{}{}{}".format(
1212
version_info.major,
1313
version_info.minor,
1414
version_info.micro,
1515
version_info.releaselevel,
16-
version_info.serial
16+
version_info.serial,
1717
)

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ default = ""
9797

9898
[tool.hatch.build]
9999
artifacts = [
100-
"notebook/**/*.*",
100+
"notebook/labextension/**/*.*",
101+
"notebook/static/*.*"
101102
]
102103

103104
[tool.hatch.build.targets.wheel.hooks.jupyter-builder]
@@ -113,7 +114,6 @@ build_cmd = "build:prod"
113114
editable_build_cmd = "build"
114115
npm = "jlpm"
115116

116-
117117
[tool.hatch.build.targets.sdist.hooks.jupyter-builder]
118118
dependencies = ["hatch-jupyter-builder>=0.1"]
119119
build-function = "hatch_jupyter_builder.npm_builder"

0 commit comments

Comments
 (0)