mirror of
https://github.com/astral-sh/uv.git
synced 2025-12-23 09:19:48 +00:00
Fix cache-keys typo in tags = true (#8422)
Closes https://github.com/astral-sh/uv/issues/8421.
This commit is contained in:
parent
351ad84eaf
commit
e8b8daf0fb
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ key to include the tags:
|
|||
|
||||
```toml title="pyproject.toml"
|
||||
[tool.uv]
|
||||
cache-keys = [{ git = { commit = true, tag = true } }]
|
||||
cache-keys = [{ git = { commit = true, tags = true } }]
|
||||
```
|
||||
|
||||
Similarly, if a project reads from a `requirements.txt` to populate its dependencies, you can add
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue