Skip to content

Commit

Permalink
Add artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Mar 13, 2024
1 parent 88e81cd commit 4561457
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion itables/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""ITables' version number"""

__version__ = "2.0.0rc1"
__version__ = "2.0.0rc2"
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,9 @@ ensured-targets = ["itables/dt_package/dt_bundle.js", "itables/dt_package/dt_bun
path = "itables/dt_package"
build_cmd = "build"
npm = ["npm"]

[tool.hatch.build.targets.sdist]
artifacts = ["itables/dt_package/dt_bundle.js", "itables/dt_package/dt_bundle.css"]

[tool.hatch.build.targets.wheel]
artifacts = ["itables/dt_package/dt_bundle.js", "itables/dt_package/dt_bundle.css"]

0 comments on commit 4561457

Please sign in to comment.