Skip to content

Commit 29e926c

Browse files
committed
Fix pypi build
1 parent 8633bbb commit 29e926c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v4
1110

11+
# setup python
12+
- uses: actions/checkout@v4
1213
- name: set up Python
1314
uses: actions/setup-python@v4
1415
with:

tools/pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ mtag-json2dot = "malloc_tag.mtag_json2dot.json2dot:json2dot_main"
2727
[build-system]
2828
requires = ["hatchling","graphviz>=0.19.1"]
2929
build-backend = "hatchling.build"
30+
31+
[tool.hatch.build.targets.wheel]
32+
include = [
33+
"malloc_tag/libs/*.py",
34+
"mtag_json2dot/*.py",
35+
"mtag_postprocess/*.py",
36+
]

0 commit comments

Comments
 (0)