Set absolute URLs prior to uploading to PyPI (#5038)

## Summary

Closes https://github.com/astral-sh/uv/issues/5030.
This commit is contained in:
Charlie Marsh 2024-07-13 13:29:21 -04:00 committed by GitHub
parent e8c16889f1
commit b629ab89c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 43 additions and 10 deletions

View file

@ -207,7 +207,7 @@ def main(scenarios: list[Path], snapshot_update: bool = True):
logging.info(
f"Updating test file at `{tests.relative_to(PROJECT_ROOT)}`...",
)
with open(tests, "wt") as test_file:
with open(tests, "w") as test_file:
test_file.write(output)
# Format