-
Notifications
You must be signed in to change notification settings - Fork 729
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
treat .tgz the same as .tar.gz (#7201)
## Summary Fixes #7081 Treats source distribution `.tgz` the same as `.tar.gz` plans ## Test Plan Quick Version ```bash cd $(mktemp -d) uv init uv add --dev build .venv/bin/python -m build -s . mv -v dist/*tar.gz dist/"$(basename dist/*.tar.gz .tar.gz)".tgz uv pip install dist/*.tgz ``` Can add a proper test to the branch if requested
- Loading branch information
1 parent
64e03ad
commit 14ebc39
Showing
3 changed files
with
4 additions
and
3 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
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