Skip to content

Commit 4561457

Browse files
committed
Add artifacts
1 parent 88e81cd commit 4561457

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

itables/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""ITables' version number"""
22

3-
__version__ = "2.0.0rc1"
3+
__version__ = "2.0.0rc2"

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,9 @@ ensured-targets = ["itables/dt_package/dt_bundle.js", "itables/dt_package/dt_bun
8080
path = "itables/dt_package"
8181
build_cmd = "build"
8282
npm = ["npm"]
83+
84+
[tool.hatch.build.targets.sdist]
85+
artifacts = ["itables/dt_package/dt_bundle.js", "itables/dt_package/dt_bundle.css"]
86+
87+
[tool.hatch.build.targets.wheel]
88+
artifacts = ["itables/dt_package/dt_bundle.js", "itables/dt_package/dt_bundle.css"]

0 commit comments

Comments
 (0)