Skip to content

Commit 9c3f1b5

Browse files
committed
fix publish workflow
1 parent fcee4bf commit 9c3f1b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
uses: actions/setup-python@v5
2828
with:
2929
python-version: "3.9"
30+
- uses: astral-sh/setup-uv@v3
31+
with:
32+
enable-cache: true
3033
- name: Install deps
3134
run: uv sync --frozen
3235
- name: Run tests

0 commit comments

Comments
 (0)