fix documentation from review
This commit is contained in:
@@ -147,6 +147,10 @@ manylinux-x86_64-image = "manylinux2014"
|
|||||||
[[tool.cibuildwheel.overrides]]
|
[[tool.cibuildwheel.overrides]]
|
||||||
select = "cp36-*"
|
select = "cp36-*"
|
||||||
manylinux-x86_64-image = "manylinux1"
|
manylinux-x86_64-image = "manylinux1"
|
||||||
|
|
||||||
|
[[tool.cibuildwheel.overrides]]
|
||||||
|
select = "cp3?-*"
|
||||||
|
manylinux-x86_64-image = "manylinux2014"
|
||||||
```
|
```
|
||||||
|
|
||||||
This example will build CPython 3.6 wheels on manylinux1, and manylinux2014
|
This example will build CPython 3.6 wheels on manylinux1, and manylinux2014
|
||||||
|
|||||||
Reference in New Issue
Block a user