mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-07 07:58:48 -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:
|
with:
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
cache-dependency-glob: |
|
cache-dependency-glob: |
|
||||||
'**requirements*.txt'
|
**requirements*.txt
|
||||||
'**pyproject.toml'
|
**pyproject.toml
|
||||||
```
|
```
|
||||||
|
|
||||||
### GitHub authentication token
|
### GitHub authentication token
|
||||||
|
|
Loading…
Add table
Reference in a new issue