File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -107,12 +107,14 @@ jobs:
107107 with :
108108 fetch-depth : 0 # required for versioneer to find tags
109109
110+ - uses : yezz123/setup-uv@v4
111+
110112 - name : Set up QEMU
111113112114 if : matrix.use_qemu && fromJSON(env.USE_QEMU)
113115
114116 - name : Build wheels
115- uses : pypa/cibuildwheel@v2.18
117+ uses : pypa/cibuildwheel@v2.19
116118 if : (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
117119 env :
118120 CIBW_ARCHS : " ${{ matrix.arch }}"
@@ -141,12 +143,13 @@ jobs:
141143 fetch-depth : 0 # required for versioneer to find tags
142144
143145 - name : Build wheels
144- uses : pypa/cibuildwheel@v2.18
146+ uses : pypa/cibuildwheel@v2.19
145147 env :
146148 CIBW_ARCHS : " ${{ matrix.arch }}"
147149 CIBW_BUILD : " cp39-manylinux_*"
148150 CIBW_MANYLINUX_X86_64_IMAGE : " manylinux2010"
149151 CIBW_MANYLINUX_I686_IMAGE : " manylinux2010"
152+ CIBW_BUILD_FRONTEND : " build"
150153
151154 - uses : actions/upload-artifact@v4
152155 with :
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ build = "cp39-*"
7070test-extras = " test"
7171test-command = " pytest {project}/tests"
7272build-verbosity = 1
73+ build-frontend = " build[uv]"
7374musllinux-x86_64-image = " musllinux_1_1"
7475musllinux-i686-image = " musllinux_1_1"
7576musllinux-aarch64-image = " musllinux_1_1"
You can’t perform that action at this time.
0 commit comments