8000 Merge pull request #953 from tonybaloney/patch-4 · Develop-Python/cibuildwheel@52f7801 · GitHub
[go: up one dir, main page]

Skip to content

Commit 52f7801

Browse files
authored
Merge pull request pypa#953 from tonybaloney/patch-4
Fix toml config option in docs
2 parents e518dcc + c10e6fc commit 52f7801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ Auditwheel detects the version of the manylinux / musllinux standard in the Dock
947947
manylinux-i686-image = "manylinux1"
948948

949949
# Build using the manylinux2014 image
950-
manylinux-x86_64_image = "manylinux2014"
950+
manylinux-x86_64-image = "manylinux2014"
951951
manylinux-i686-image = "manylinux2014"
952952
manylinux-pypy_x86_64-image = "manylinux2014"
953953
manylinux-pypy_i686-image = "manylinux2014"

0 commit comments

Comments
 (0)
0