Add package=sdist-wheel package type - #3741
Merged
gaborbernat merged 18 commits intoFeb 19, 2026
Merged
Conversation
rahuldevikar
marked this pull request as ready for review
February 18, 2026 00:15
gaborbernat
requested changes
Feb 18, 2026
rahuldevikar
marked this pull request as draft
February 18, 2026 03:48
rahuldevikar
marked this pull request as ready for review
February 18, 2026 05:47
gaborbernat
requested changes
Feb 18, 2026
rahuldevikar
marked this pull request as draft
February 18, 2026 07:49
rahuldevikar
marked this pull request as ready for review
February 18, 2026 15:57
Member
Suggested Simplification: Reuse
|
rahuldevikar
marked this pull request as draft
February 18, 2026 18:17
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
rahuldevikar
marked this pull request as ready for review
February 18, 2026 19:12
rahuldevikar
marked this pull request as draft
February 18, 2026 19:48
rahuldevikar
marked this pull request as ready for review
February 18, 2026 22:02
gaborbernat
force-pushed
the
users/rahuldevikar/build-from-sdist
branch
3 times, most recently
from
February 19, 2026 01:41
2d7412a to
cee7c3e
Compare
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
gaborbernat
force-pushed
the
users/rahuldevikar/build-from-sdist
branch
from
February 19, 2026 01:42
cee7c3e to
14b459c
Compare
gaborbernat
enabled auto-merge (squash)
February 19, 2026 01:43
gaborbernat
approved these changes
Feb 19, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds a new
sdist-wheelpackage type that builds a wheel from a source distribution rather than directly from the source tree. This validates that the sdist is complete and that the package can be correctly built from it — catching missing files or packaging errors early.Usage
[env_run_base]
package = "sdist-wheel"
[testenv]
package = sdist-wheel
How it works
tox -e fix)docs/changelogfolder