mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-07-15 10:31:20 +00:00
Fix default cache dependency glob (#388)
The new default in v6 used illegal patterns and therefore didn't match requirements files Fixes: #385
This commit is contained in:
committed by
GitHub
parent
9a311713f4
commit
ef6bcdff59
@ -210,7 +210,10 @@ changes. If you use relative paths, they are relative to the repository root.
|
||||
> The default is
|
||||
> ```yaml
|
||||
> cache-dependency-glob: |
|
||||
> **/*(requirements|constraints)*.(txt|in)
|
||||
> **/*requirements*.txt
|
||||
> **/*requirements*.in
|
||||
> **/*constraints*.txt
|
||||
> **/*constraints*.in
|
||||
> **/pyproject.toml
|
||||
> **/uv.lock
|
||||
> ```
|
||||
|
Reference in New Issue
Block a user