doc: typo manylinux_2_24 (#1178)

* DOC: Typo manylinux_2_24

* FIX: Need to quote the braces
This commit is contained in:
Eric Larson
2022-07-14 21:23:04 -05:00
committed by GitHub
parent 57800921c5
commit 0b1e5818ba
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -700,9 +700,9 @@ Platform-specific environment variables also available:<br/>
In configuration files, you can use a TOML array, and each line will be run sequentially - joined with `&&`.
Note that manylinux2_24 builds occur inside a Debian9 docker, where
Note that manylinux_2_24 builds occur inside a Debian9 docker, where
manylinux2010 and manylinux2014 builds occur inside a CentOS one. So for
`manylinux2_24` the `CIBW_BEFORE_ALL_LINUX` command must use `apt-get -y`
`manylinux_2_24` the `CIBW_BEFORE_ALL_LINUX` command must use `apt-get -y`
instead.
### `CIBW_BEFORE_BUILD` {: #before-build}