Azure / azure-uamqp-python

AMQP 1.0 client library for Python
MIT License
56 stars 47 forks source link

Add in Linux wheels support for cibuildwheel #338

Closed kashifkhan closed 1 year ago

kashifkhan commented 1 year ago

Adding in Linux support to cibuild wheel. This PR will allow for wheels to be created across Windows, macOS and Linux for py 3.7 to 3.11 using ManyLinux2014.

Thank you @tonybaloney for his earlier PR to enable macOS support and introducing me to cibuildwheel :)

quirk: while the pytest command works for Win & macOS, it was failing on Linux as it was looking to pip install from constraints.txt, which is not present in this repo.

moved up the openssl_install script at the utils level.