Skip to content

Commit c5eb016

Browse files
Update astral-sh/setup-uv action to v6 (#48)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 988baf8 commit c5eb016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id-token: write
2828
steps:
2929
- uses: actions/checkout@v5
30-
- uses: astral-sh/setup-uv@v5
30+
- uses: astral-sh/setup-uv@v6
3131
- run: uv build
3232
- name: Smoke test (wheel)
3333
run: uv run --isolated --no-project -p 3.13 --with dist/*.whl --with pytest pytest tests/test_base.py

0 commit comments

Comments
 (0)