From c10e6fcd1a5f34421266093751c2e23dcef45146 Mon Sep 17 00:00:00 2001 From: Anthony Shaw Date: Wed, 8 Dec 2021 19:18:32 +1100 Subject: [PATCH] Update options.md --- docs/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options.md b/docs/options.md index 9dd0f1af..441670b0 100644 --- a/docs/options.md +++ b/docs/options.md @@ -947,7 +947,7 @@ Auditwheel detects the version of the manylinux / musllinux standard in the Dock manylinux-i686-image = "manylinux1" # Build using the manylinux2014 image - manylinux-x86_64_image = "manylinux2014" + manylinux-x86_64-image = "manylinux2014" manylinux-i686-image = "manylinux2014" manylinux-pypy_x86_64-image = "manylinux2014" manylinux-pypy_i686-image = "manylinux2014"