Replies: 1 comment 1 reply
-
Using |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like my project to build in the
dev
profile by default. To this end, I addedto my
pyproject.toml
. However, I can't seem to override this.maturin build --release
still builds indev
mode.Any hints?
Beta Was this translation helpful? Give feedback.
All reactions