Skip to content

Commit 51ee572

Browse files
committed
update: with uv
1 parent 15d0c0b commit 51ee572

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ jobs:
2222
with:
2323
python-version: "3.x"
2424

25-
- run: python3 craft.py
25+
- name: Install uv
26+
uses: astral-sh/setup-uv@v5
2627

27-
- run: python3 ./completion_creator.py
28+
- run: uv run ./craft.py
29+
- run: uv run ./completion_creator.py
2830

2931
- run: |
3032
cd $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)