This commit is contained in:
Kevin Stillhammer 2025-04-04 06:48:51 +02:00 committed by GitHub
commit 2139d07f8e
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -204,7 +204,8 @@ changes. If you use relative paths, they are relative to the repository root.
> The default is
> ```yaml
> cache-dependency-glob: |
> **/requirements*.txt
> **/*(requirements|constraints)*.(txt|in)
> **/pyproject.toml
> **/uv.lock
> ```

View file

@ -31,8 +31,9 @@ inputs:
"Glob pattern to match files relative to the repository root to control
the cache."
default: |
**/*(requirements|constraints)*.(txt|in)
**/pyproject.toml
**/uv.lock
**/requirements*.txt
cache-suffix:
description: "Suffix for the cache key"
required: false