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

Temporary workaround for LD_LIBRARY_PATH issue (#26) #28

Closed RalfG closed 3 years ago

RalfG commented 3 years ago

Temporary workaround for LD_LIBRARY_PATH issue (closes #26). Issue was introduced by actions/setup-python#144, Also see actions/setup-python#131.

This PR also moves the setup-python step to before the build step, and extends the action's tests to multiple Python versions.