Skip to content

Commit 3d6c787

Browse files
committed
CI: use build to build wheels
1 parent 6bb10bc commit 3d6c787

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ target-version = [
7070
max-public-methods = 75
7171

7272
[tool.cibuildwheel]
73+
# Switch to using build
74+
build-frontend = "build"
7375
# Disable building PyPy wheels on all platforms, 32bit for py3.10 and musllinux builds
7476
skip = "pp* cp310-win32 cp310-manylinux_i686 *-musllinux_*"
7577
# Run the package tests using `pytest`

0 commit comments

Comments
 (0)