mirror of https://github.com/astral-sh/uv
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
|
|
@ -49,7 +49,7 @@ key to include the tags:
|
||||||
|
|
||||||
```toml title="pyproject.toml"
|
```toml title="pyproject.toml"
|
||||||
[tool.uv]
|
[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
|
Similarly, if a project reads from a `requirements.txt` to populate its dependencies, you can add
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue