Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Nov 17, 2024
1 parent 228dcdb commit 334248b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Setup *uv* and Handle Its Cache
# Setup *uv* and Handle Its Cache

> [!NOTE]
> Note that there's now an official [*astral-sh/setup-uv*](https://github.com/astral-sh/setup-uv) action.
Expand Down Expand Up @@ -49,7 +49,7 @@ Internally, the GitHub Actions function [`hashFiles`](https://docs.github.com/en
Using this with a fully pinned [`uv.lock`](https://docs.astral.sh/uv/concepts/projects/) or `requirements.txt` file is the most efficient use of this action because it automatically invalidates the cache when your dependencies or their versions change.

You may want to set `cache-date-suffix` to `""` if you use this input with an all-encompassing lockfile.
The default is `pyproject.toml` which invalidates the cache whenever a modern Python packages changes its packaging metadata.
The default is `pyproject.toml` which invalidates the cache whenever a modern Python package changes its packaging metadata.


#### `cache-suffix`
Expand Down

0 comments on commit 334248b

Please sign in to comment.