-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Build backend: Make preview default and add configuration docs #12804
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
Merged
Conversation
This file contains hidden or 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
zanieb
reviewed
Apr 16, 2025
zanieb
reviewed
Apr 16, 2025
zanieb
reviewed
Apr 16, 2025
zanieb
reviewed
Apr 16, 2025
zanieb
reviewed
Apr 16, 2025
zanieb
reviewed
Apr 16, 2025
zanieb
reviewed
Apr 16, 2025
zanieb
reviewed
Apr 16, 2025
zanieb
reviewed
Apr 16, 2025
zanieb
reviewed
Apr 16, 2025
zanieb
reviewed
Apr 16, 2025
zanieb
reviewed
Apr 16, 2025
zanieb
reviewed
Apr 16, 2025
zanieb
reviewed
Apr 16, 2025
zanieb
reviewed
Apr 16, 2025
zanieb
reviewed
Apr 16, 2025
c668649
to
521c8d7
Compare
Co-authored-by: Zanie Blue <[email protected]>
Co-authored-by: Zanie Blue <[email protected]>
Co-authored-by: Zanie Blue <[email protected]>
Co-authored-by: Zanie Blue <[email protected]>
Co-authored-by: Zanie Blue <[email protected]>
Co-authored-by: Zanie Blue <[email protected]>
Co-authored-by: Zanie Blue <[email protected]>
Co-authored-by: Zanie Blue <[email protected]>
02dec3f
to
bdc8288
Compare
I've addressed all comments, this is ready for another round. |
zanieb
reviewed
May 5, 2025
zanieb
reviewed
May 5, 2025
zanieb
reviewed
May 5, 2025
zanieb
approved these changes
May 5, 2025
Co-authored-by: Zanie Blue <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add configuration documentation for the build backend and make it the preview default.
The build backend should generally work with default configuration unless you want specific features such as flat layout or module renaming, there is only a dedicated configuration, but no concept or guide page for the build backend. Once the build backend is stable, we can update the guide documentation to explain that uv defaults to its own build backend, but other build backends are also supported.
The uv build backend becomes the default in preview, giving it more exposure from users and preparing it to make it the default proper. The current documentation retains warnings that the build backend is in preview.
To see current uses of
uv_build
on GitHub: https://github.com/search?q=path%3A**%2Fpyproject.toml+uv_build%3E%3D0&type=code