mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Set absolute URLs prior to uploading to PyPI (#5038)
## Summary Closes https://github.com/astral-sh/uv/issues/5030.
This commit is contained in:
parent
e8c16889f1
commit
b629ab89c5
8 changed files with 43 additions and 10 deletions
|
@ -1089,9 +1089,9 @@ def main():
|
|||
else list(Benchmark)
|
||||
)
|
||||
|
||||
logging.info("Reading requirements from: {}".format(requirements_file))
|
||||
logging.info(f"Reading requirements from: {requirements_file}")
|
||||
logging.info("```")
|
||||
with open(args.file, "r") as f:
|
||||
with open(args.file) as f:
|
||||
for line in f:
|
||||
logging.info(line.rstrip())
|
||||
logging.info("```")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue