Skip to content

Commit 3d86c43

Browse files
authored
Fix uv cache in publish workflow (#97)
1 parent 16bbc4b commit 3d86c43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: extractions/setup-just@v2
1414
- uses: astral-sh/setup-uv@v5
15+
with:
16+
cache-dependency-glob: "**/pyproject.toml"
1517
- if: startsWith(github.ref_name, 'stompman')
1618
run: just publish stompman
1719
env:

0 commit comments

Comments
 (0)