Closed Cadair closed 4 years ago
Do you happen to know if this can be done in other Python versions too?
What do you mean by other python versions?
Are you running this in all Python 3.6-3.8 or just 3.7? My azure-fu isn't that strong.
The python version which builds the wheels is controlled by cibuildwheel
the section of code modified here is version agnostic. The universal wheels and the sdists should be the same irrespective of what version of python you build them with :smile:.
Is that an answer to your question?!
I see now we are actually specifying a version for the builds, I might remove that, and just default to what azure gives us, as it shouldn't matter.
Okay, I think that answers it. Thanks!
Not sure how you got it to work. I get an error:
/opt/hostedtoolcache/Python/3.8.5/x64/bin/python: No module named build
It appears that pep517 want to remove the frontend (CLI) and be a pure library, so build is basically the CLI it depends on pep517 for the magic.