Updated README with new CIBW_MANYLINUX_*_IMAGE options

This commit is contained in:
Yannick Jadoul
2019-10-19 14:07:50 +02:00
parent 2e0dc40e3f
commit 31d89377da
2 changed files with 19 additions and 14 deletions
-2
View File
@@ -143,8 +143,6 @@ def main():
)
if platform == 'linux':
# TODO Add documentation on CIBW_ENVIRONMENT and possibility of AUDITWHEEL_PLAT if not defined by custom manylinux image
manylinux_x86_64_image = os.environ.get('CIBW_MANYLINUX_X86_64_IMAGE', 'manylinux2010')
manylinux_i686_image = os.environ.get('CIBW_MANYLINUX_I686_IMAGE', 'manylinux2010')