Skip to content

Commit

Permalink
Fix syntax for cibuildwheel overrides section.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Jan 5, 2022
1 parent b2a75d3 commit 57082ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -17,7 +17,7 @@ manylinux-i686-image = "manylinux2014"
# Change in future version to "build"
build-frontend = "pip"

[tool.cibuildwheel.override]
[[tool.cibuildwheel.overrides]]
# NumPy support manylinux2010 on CPython 3.6-3.9
select = "cp3?-*"
manylinux-x86_64-image = "manylinux2010"
Expand Down

0 comments on commit 57082ec

Please sign in to comment.