hatch-build-scripts: do not copy artifacts #1189
Replies: 1 comment 1 reply
-
Discussion moved to the correct repository. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hope this is the correct place to discuss hatch-build-scripts. I was surprised when I landed here from its New Issue page.
I am trying to use hatch-build-scripts to compile Kaitai Struct format definitions into Python modules. In my case, the format definitions are in
src/foo/formats
, and I would like to have the resulting Python modules in the same folder.I tried the following in my
pyproject.toml
:python -m build --wheel
generates the Python modules insrc/foo/formats
as expected, but fails to copy them, since they already are where they should be.What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions