-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO list for 1.0 #796
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
What do you think about just make |
Sounds good! |
These are all done, anything blocking remaing for having a 1.0 ~soonish? |
I'd like to wait a few months to squash out bugs. |
Will track new issues in 1.0 milestone: https://github.com/PyO3/maturin/milestone/3 |
maturin is pretty stable as it stands, but I'd like to make some major changes to cli before doing a 1.0 release:
--sdist
flag. Don't build sdist by default inmaturin build
command #955-i python
as default, instead add--find-interpreter
flag. Normally you just need to build for one python because that's the python you're testing with. We keep the interpreter search for cases where you want to build all the wheels from one machine/runner. Add--find-interpreter
option tobuild
andpublish
commands #964--cargo-extra-args
and--rustc-extra-args
with--
, e.g.maturin build -m snake/Cargo.toml -- --release --features python-bindings -- --cfg mycfg
. I'm not sure if we really want to allow double--
, but the single version would be much more ergonomic and intuitive. Expose commonly used Cargo CLI options inmaturin build
command #972Cargo.toml
#1047The text was updated successfully, but these errors were encountered: