Fix cache-keys typo in tags = true (#8422)

Closes https://github.com/astral-sh/uv/issues/8421.
This commit is contained in:
Charlie Marsh
2024-10-21 13:35:22 -04:00
committed by GitHub
parent 351ad84eaf
commit e8b8daf0fb
+1 -1
View File
@@ -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