RalfG / python-wheels-manylinux-build

GitHub Action to build Python manylinux wheels
https://github.com/marketplace/actions/python-wheels-manylinux-build
Apache License 2.0
92 stars 44 forks source link

Does it create wheels for Windows as well? #27

Closed pssolanki111 closed 4 years ago

pssolanki111 commented 4 years ago

I'm sure the title itself is clear. To explain, I need a build wheel for pyaudio for Py3.7 - 32 Bit - windows 10. I'm confused by the name 'manylinux'. Can I make it work for Windows or is it just Linux?

P.S I don't really need to put it on PyPi. Just need to install on my system.

Thanks You.

RalfG commented 4 years ago

This action is to create wheels for Linux only. For Windows, you can simply use the GitHub Actions Windows runner.

pssolanki111 commented 4 years ago

Thank you for the information. Appreciate it :)