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:
@@ -44,6 +44,7 @@ inputs:
|
||||
**/*constraints*.in
|
||||
**/pyproject.toml
|
||||
**/uv.lock
|
||||
**/*.py.lock
|
||||
restore-cache:
|
||||
description: "Whether to restore the cache if found."
|
||||
default: "true"
|
||||
|
Reference in New Issue
Block a user