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 61d60f4 commit 800e776Copy full SHA for 800e776
pyproject.toml
@@ -7,7 +7,8 @@ requires = [
7
build-backend = "setuptools.build_meta"
8
9
[tool.cibuildwheel]
10
-manylinux_x86_64-image = "manylinux2014"
+manylinux-x86_64-image = "manylinux2014"
11
+manylinux-i686-image = "manylinux2014"
12
manylinux-pypy_x86_64-image = "manylinux2014"
13
manylinux-aarch64-image = "manylinux2014"
14
manylinux-ppc64le-image = "manylinux2014"
0 commit comments