Skip to content

Commit 95d2c52

Browse files
add uv action
1 parent 9202598 commit 95d2c52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
if: ${{ matrix.arch == 'aarch64' }}
3131
name: Set up QEMU
3232

33+
- name: Setup UV
34+
uses: astral-sh/setup-uv@v5
35+
with:
36+
version: "latest"
37+
3338
- name: Build wheels
3439
uses: pypa/[email protected]
3540
with:

0 commit comments

Comments
 (0)