Skip to content
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

Build with --no-default-features by default when bootstrapping from sdist #1333

Merged
merged 1 commit into from
Dec 5, 2022

Commits on Dec 5, 2022

  1. Build with --no-default-features by default when bootstrapping from…

    … sdist
    
    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.
    messense committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    79aaf9e View commit details
    Browse the repository at this point in the history