From 0b1e5818ba69504386cb14e07b62c1c898d83def Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Thu, 14 Jul 2022 22:23:04 -0400 Subject: [PATCH] doc: typo manylinux_2_24 (#1178) * DOC: Typo manylinux_2_24 * FIX: Need to quote the braces --- docs/options.md | 4 ++-- examples/github-minimal.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/options.md b/docs/options.md index 6b899654..d2c0fb9d 100644 --- a/docs/options.md +++ b/docs/options.md @@ -700,9 +700,9 @@ Platform-specific environment variables also available:
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} diff --git a/examples/github-minimal.yml b/examples/github-minimal.yml index 8d6ce692..3862aed8 100644 --- a/examples/github-minimal.yml +++ b/examples/github-minimal.yml @@ -21,7 +21,7 @@ jobs: # with: # package-dir: . # output-dir: wheelhouse - # config-file: {package}/pyproject.toml + # config-file: "{package}/pyproject.toml" - uses: actions/upload-artifact@v3 with: