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

Set the default build_frontend to be "default" (which is still "pip") #1462

Merged
merged 2 commits into from
Apr 14, 2023

Commits on Apr 7, 2023

  1. Set the defualt build_frontend to be "default" (which is still "pip")

    Instead of using pip as the default, set it to default. This way
    each platform can choose independently what to do as the default
    behavior.
    
    This is intended as part of adding Pyodide support. Pyodide cannot
    use pip as the build frontend. It always uses a modified pypa/build.
    So if the build_frontend is explicitly set to pip we want to raise
    an error. But if it's unset, then we should be able to tell and just
    do what we want.
    hoodmane committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    8a30703 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Configuration menu
    Copy the full SHA
    374d786 View commit details
    Browse the repository at this point in the history