Skip to content

Commit e040842

Browse files
authored
Merge pull request #62 from stefanofusai/renovate/astral-sh-setup-uv-5.x
2 parents dba8e89 + 6dda1b7 commit e040842

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/workflow.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ jobs:
2626
with:
2727
python-version-file: pyproject.toml
2828
- name: Set up uv
29-
uses: astral-sh/setup-uv@v4
29+
uses: astral-sh/setup-uv@v5.1.0
3030
with:
3131
version: 0.5.6
32-
enable-cache: true
3332
- name: Build package
3433
run: uv build
3534
- name: Publish package

0 commit comments

Comments
 (0)