mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-09-23 20:36:43 +00:00
Add **/requirements*.txt to default cache-dependency-glob (#185)
Contributes to: https://github.com/astral-sh/setup-uv/issues/181
This commit is contained in:
committed by
GitHub
parent
bdcda7e77f
commit
be4207d29e
@ -25,7 +25,9 @@ inputs:
|
||||
description:
|
||||
"Glob pattern to match files relative to the repository root to control
|
||||
the cache."
|
||||
default: "**/uv.lock"
|
||||
default: |
|
||||
**/uv.lock
|
||||
**/requirements*.txt
|
||||
cache-suffix:
|
||||
description: "Suffix for the cache key"
|
||||
required: false
|
||||
|
Reference in New Issue
Block a user