Skip to content

Commit 5f1e952

Browse files
chore(deps): bump pypa/cibuildwheel from 2.18 to 2.19 in the actions group (#508)
1 parent 22abc54 commit 5f1e952

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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
111113
uses: docker/[email protected]
112114
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:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ build = "cp39-*"
7070
test-extras = "test"
7171
test-command = "pytest {project}/tests"
7272
build-verbosity = 1
73+
build-frontend = "build[uv]"
7374
musllinux-x86_64-image = "musllinux_1_1"
7475
musllinux-i686-image = "musllinux_1_1"
7576
musllinux-aarch64-image = "musllinux_1_1"

0 commit comments

Comments
 (0)