We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8633bbb commit 29e926cCopy full SHA for 29e926c
.github/workflows/pypi-release.yml
@@ -7,8 +7,9 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v4
11
+ # setup python
12
+ - uses: actions/checkout@v4
13
- name: set up Python
14
uses: actions/setup-python@v4
15
with:
tools/pyproject.toml
@@ -27,3 +27,10 @@ mtag-json2dot = "malloc_tag.mtag_json2dot.json2dot:json2dot_main"
27
[build-system]
28
requires = ["hatchling","graphviz>=0.19.1"]
29
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