Skip to content

Commit

Permalink
Add artifacts to sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Aug 29, 2023
1 parent 48dcf4f commit 3ec1317
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 59 deletions.
116 changes: 58 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,14 @@ build-function = "hatch_jupyter_builder.npm_builder"
[tool.hatch.build.hooks.jupyter-builder.build-kwargs]
build_cmd = "build"

[tool.hatch.build.targets.sdist]
artifacts = [
"e2xgrader/static"
]

[tool.hatch.build.targets.wheel]
artifacts = [
"e2xgrader/static/"
"e2xgrader/static"
]

[tool.tbump]
Expand Down

0 comments on commit 3ec1317

Please sign in to comment.