Skip to content

Commit ef50e9c

Browse files
chore(deps): update astral-sh/setup-uv action to v8.2.0 (#13)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec07e80 commit ef50e9c

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@v8.1.0
213+
uses: astral-sh/setup-uv@v8.2.0
214214
- name: Publish to PyPI
215215
if: ${{ startsWith(github.ref, 'refs/tags/') }}
216216
run: uv publish 'wheels-*/*'

0 commit comments

Comments
 (0)