File tree Expand file tree Collapse file tree 5 files changed +15
-0
lines changed
Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,9 @@ jobs:
126126
127127 - name : Install uv
128128 uses : astral-sh/setup-uv@v5
129+ with :
130+ enable-cache : true
131+ cache-dependency-glob : ' **/pyproject.toml'
129132
130133 - name : Set secrets file
131134 run : |
Original file line number Diff line number Diff line change 2828
2929 - name : Install uv
3030 uses : astral-sh/setup-uv@v5
31+ with :
32+ enable-cache : true
33+ cache-dependency-glob : ' **/pyproject.toml'
3134
3235 - name : Lint
3336 run : |
Original file line number Diff line number Diff line change 3232
3333 - name : Install uv
3434 uses : astral-sh/setup-uv@v5
35+ with :
36+ enable-cache : true
37+ cache-dependency-glob : ' **/pyproject.toml'
3538
3639 - name : Calver calculate version
3740 uses : StephaneBour/actions-calver@master
Original file line number Diff line number Diff line change 3333
3434 - name : Install uv
3535 uses : astral-sh/setup-uv@v5
36+ with :
37+ enable-cache : true
38+ cache-dependency-glob : ' **/pyproject.toml'
3639
3740 - name : Set secrets file
3841 run : |
Original file line number Diff line number Diff line change 3131
3232 - name : Install uv
3333 uses : astral-sh/setup-uv@v5
34+ with :
35+ enable-cache : true
36+ cache-dependency-glob : ' **/pyproject.toml'
3437
3538 - name : Set secrets file
3639 run : |
You can’t perform that action at this time.
0 commit comments