Skip to content

Commit c37f2f4

Browse files
chore(deps): update astral-sh/setup-uv action to v8
1 parent a226cdf commit c37f2f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
subject-path: "wheels-*/*"
211211
- name: Install uv
212212
if: ${{ startsWith(github.ref, 'refs/tags/') }}
213-
uses: astral-sh/setup-uv@v7
213+
uses: astral-sh/setup-uv@v8.1.0
214214
- name: Publish to PyPI
215215
if: ${{ startsWith(github.ref, 'refs/tags/') }}
216216
run: uv publish 'wheels-*/*'

0 commit comments

Comments
 (0)