Skip to content

Commit 4c0e8e0

Browse files
committed
uv build test
1 parent ac5814a commit 4c0e8e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/quick_test_and_codecov.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,21 @@ jobs:
6161
name: Build wheels on ubuntu only
6262
runs-on: ubuntu-latest
6363
needs: uv_test
64-
if: false
64+
# if: false
6565

6666
steps:
6767
- uses: actions/checkout@v6
6868

6969
- name: Build wheels
7070
uses: pypa/cibuildwheel@v3.3.1
71+
with:
72+
extras: "uv"
7173
env:
7274
CIBW_SKIP: "*musllinux*"
7375
CIBW_TEST_REQUIRES: pytest
7476
CIBW_TEST_COMMAND: "pytest {project}/tests"
7577
CIBW_ARCHS: auto64
78+
CIBW_BUILD_FRONTEND: "build[uv]"
7679
# CIBW_ARCHS_MACOS: "x86_64 universal2"
7780
# CIBW_ARCHS_WINDOWS: auto64
7881
# CIBW_ARCHS_LINUX: auto64

0 commit comments

Comments
 (0)