Skip to content

Commit 800e776

Browse files
Update pyproject.toml
1 parent 61d60f4 commit 800e776

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ requires = [
77
build-backend = "setuptools.build_meta"
88

99
[tool.cibuildwheel]
10-
manylinux_x86_64-image = "manylinux2014"
10+
manylinux-x86_64-image = "manylinux2014"
11+
manylinux-i686-image = "manylinux2014"
1112
manylinux-pypy_x86_64-image = "manylinux2014"
1213
manylinux-aarch64-image = "manylinux2014"
1314
manylinux-ppc64le-image = "manylinux2014"

0 commit comments

Comments
 (0)