Skip to content

Commit 9d4bf4e

Browse files
chore(deps): update dependency astral-sh/uv to v0.9.21 in .github/workflows/pypi-test-release.yml (#78)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf18b53 commit 9d4bf4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install uv
2828
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7
2929
with:
30-
version: "0.9.18"
30+
version: "0.9.21"
3131

3232
- name: Publish
3333
run: |

.github/workflows/pypi-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install uv
2121
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7
2222
with:
23-
version: "0.9.18"
23+
version: "0.9.21"
2424

2525
- name: Publish
2626
run: |

0 commit comments

Comments
 (0)