Skip to content

Commit 289cf87

Browse files
authored
Update python-publish.yml
1 parent a832bb9 commit 289cf87

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
24+
25+
- name: Install the latest version of uv
26+
uses: astral-sh/setup-uv@v6
27+
2528
- uses: actions/setup-python@v5
2629
with:
2730
python-version: "3.x"

0 commit comments

Comments
 (0)