uv icon indicating copy to clipboard operation
uv copied to clipboard

No error when PEP508 source and `tool.uv.sources` entry don't match

Open ibraheemdev opened this issue 1 year ago • 0 comments
trafficstars

For example:

dependencies = [
    "uv-public-pypackage @ https://github.com/astral-test/[email protected]",
]

[tool.uv.sources]
uv-public-pypackage = { git = "https://github.com/astral-test/uv-public-pypackage", tag = "0.0.1" }

uv lock/sync currently run without error, preferring tool.uv.sources.

ibraheemdev avatar Jun 27 '24 22:06 ibraheemdev