Skip to content

Commit

Permalink
Add --find-interpreter option to build and publish commands
Browse files Browse the repository at this point in the history
Some behaviors changed:

1. `maturin build` now implicitly translate to `maturin build -i python3`, meaning that we only build for the current python3 interpreter in `PATH`
2. `maturin build --find-interpreter` makes maturin search for interpreters on host, also search for bundled sysconfig when cross compiling
3. Mix `-i` and `--find-interpreter` is not allowed
4. `maturin publish` does the same as `maturin build`
  • Loading branch information
messense committed Jun 10, 2022
1 parent 7ce21fe commit 2ded590
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 254 deletions.
Loading

0 comments on commit 2ded590

Please sign in to comment.