-
-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1333: Build with `--no-default-features` by default when bootstrapping from sdist r=messense a=messense Cargo features can be customized with the `MATURIN_SETUP_ARGS` env var, for example: ``` export MATURIN_SETUP_ARGS="--features upload" python setup.py bdist_wheel ``` The above command will override `--no-default-features` and pass `--features upload` instead. Closes #1306 Co-authored-by: messense <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters