Skip to content

Commit a55230f

Browse files
Update dependency astral-sh/uv to v0.9.10
1 parent 62e3894 commit a55230f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install uv
2424
uses: astral-sh/setup-uv@v7
2525
with:
26-
version: "0.9.8"
26+
version: "0.9.10"
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install dependencies
2929
run: uv sync

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install uv
2020
uses: astral-sh/setup-uv@v7
2121
with:
22-
version: "0.9.8"
22+
version: "0.9.10"
2323
- name: Build and publish
2424
run: |
2525
uv build

0 commit comments

Comments
 (0)