mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-06 07:35:18 -04:00
Merge 8b78f117be
into 9e2c33a082
This commit is contained in:
commit
2139d07f8e
2 changed files with 4 additions and 2 deletions
|
@ -204,7 +204,8 @@ changes. If you use relative paths, they are relative to the repository root.
|
||||||
> The default is
|
> The default is
|
||||||
> ```yaml
|
> ```yaml
|
||||||
> cache-dependency-glob: |
|
> cache-dependency-glob: |
|
||||||
> **/requirements*.txt
|
> **/*(requirements|constraints)*.(txt|in)
|
||||||
|
> **/pyproject.toml
|
||||||
> **/uv.lock
|
> **/uv.lock
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
|
|
@ -31,8 +31,9 @@ inputs:
|
||||||
"Glob pattern to match files relative to the repository root to control
|
"Glob pattern to match files relative to the repository root to control
|
||||||
the cache."
|
the cache."
|
||||||
default: |
|
default: |
|
||||||
|
**/*(requirements|constraints)*.(txt|in)
|
||||||
|
**/pyproject.toml
|
||||||
**/uv.lock
|
**/uv.lock
|
||||||
**/requirements*.txt
|
|
||||||
cache-suffix:
|
cache-suffix:
|
||||||
description: "Suffix for the cache key"
|
description: "Suffix for the cache key"
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue