Skip to content

Commit 3f93768

Browse files
committed
Upgrade to uv v0.8.4.
1 parent f13674c commit 3f93768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: astral-sh/setup-uv@v5
4141
with:
4242
# Update this as needed:
43-
version: "0.8.0"
43+
version: "0.8.4"
4444
enable-cache: true
4545
python-version: ${{ matrix.python-version }}
4646

template/.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install uv (official Astral action)
2222
uses: astral-sh/setup-uv@v5
2323
with:
24-
version: "0.8.0"
24+
version: "0.8.4"
2525
enable-cache: true
2626
python-version: "3.12"
2727

0 commit comments

Comments
 (0)