Skip to content

Commit 2f93602

Browse files
authored
ci: add poetry.lock to astral-sh/setup-uv cache-dependency-glob (#71)
1 parent e98d660 commit 2f93602

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ jobs:
4040

4141
- name: Install uv
4242
uses: astral-sh/setup-uv@v5
43+
with:
44+
enable-cache: true
45+
cache-dependency-glob: |
46+
**/poetry.lock
47+
**/pyproject.toml
48+
**/uv.lock
4349
4450
- name: Create static binary
4551
run: >

0 commit comments

Comments
 (0)