-
Say I want to generate a Python wheel for later distribution and then upload it as a release artifact. Is there a default build directory that the wheels live in using this action? |
Beta Was this translation helpful? Give feedback.
Answered by
messense
Mar 5, 2023
Replies: 1 comment
-
The default is |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
messense
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
maturin build
has a--out
argument for this.The default is
target/wheels
.