We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb10bc commit 3d6c787Copy full SHA for 3d6c787
pyproject.toml
@@ -70,6 +70,8 @@ target-version = [
70
max-public-methods = 75
71
72
[tool.cibuildwheel]
73
+# Switch to using build
74
+build-frontend = "build"
75
# Disable building PyPy wheels on all platforms, 32bit for py3.10 and musllinux builds
76
skip = "pp* cp310-win32 cp310-manylinux_i686 *-musllinux_*"
77
# Run the package tests using `pytest`
0 commit comments