Skip to content

Commit

Permalink
Fix cache-keys typo in tags = true (#8422)
Browse files Browse the repository at this point in the history
Closes #8421.
  • Loading branch information
charliermarsh authored Oct 21, 2024
1 parent 351ad84 commit e8b8daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8b8daf

Please sign in to comment.