mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-05 23:25:19 -04:00
📝 fix dependency glob example in readme
This commit is contained in:
parent
d70817ce85
commit
5f08f9f659
1 changed files with 2 additions and 2 deletions
|
@ -131,8 +131,8 @@ changes. The glob matches files relative to the repository root.
|
|||
with:
|
||||
enable-cache: true
|
||||
cache-dependency-glob: |
|
||||
'**requirements*.txt'
|
||||
'**pyproject.toml'
|
||||
**requirements*.txt
|
||||
**pyproject.toml
|
||||
```
|
||||
|
||||
### GitHub authentication token
|
||||
|
|
Loading…
Add table
Reference in a new issue