mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-09-30 15:56:53 +00:00
Add **/*.py.lock to cache-dependency-glob (#590)
This means uv scripts will be covered by default Fixes https://github.com/astral-sh/setup-uv/issues/586
This commit is contained in:
@@ -250,6 +250,7 @@ changes. If you use relative paths, they are relative to the repository root.
|
|||||||
> **/*constraints*.in
|
> **/*constraints*.in
|
||||||
> **/pyproject.toml
|
> **/pyproject.toml
|
||||||
> **/uv.lock
|
> **/uv.lock
|
||||||
|
> **/*.py.lock
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
@@ -44,6 +44,7 @@ inputs:
|
|||||||
**/*constraints*.in
|
**/*constraints*.in
|
||||||
**/pyproject.toml
|
**/pyproject.toml
|
||||||
**/uv.lock
|
**/uv.lock
|
||||||
|
**/*.py.lock
|
||||||
restore-cache:
|
restore-cache:
|
||||||
description: "Whether to restore the cache if found."
|
description: "Whether to restore the cache if found."
|
||||||
default: "true"
|
default: "true"
|
||||||
|
Reference in New Issue
Block a user