Replies: 1 comment
-
You can pass extra arguments to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I got an existing python project and i would like to use as much as the existing build system (hatch and hatchling) as possible, but also include an rust extension module.
I manage to build using
hatch build
and[tool.maturin]
, i am not sure how to get features likepost-install-commands
to work - but i also dont find any reference for how to build wheels for multiple architectures. I dont find any way to pass arguments to maturin fromhatch build
either.Is there some undocumented configuration for
maturin pep517
or is this a limtation of hatch?Beta Was this translation helpful? Give feedback.
All reactions