Skip to content

Commit 2f1f3ee

Browse files
authored
Add uv to publish workflow
1 parent 87a8f5c commit 2f1f3ee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ jobs:
2626
with:
2727
python-version: "3.x"
2828

29+
- name: Install the latest version of uv
30+
uses: astral-sh/setup-uv@v6
31+
2932
- name: Build release distributions
30-
run: |
31-
uv build
33+
run: uv build
3234

3335
- name: Upload distributions
3436
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)