BrianGladman / gmpy2

GNU Lesser General Public License v3.0
10 stars 8 forks source link

fix building PyPI wheels (manylinux and macOS) on GitHub Actions #5

Closed dimpase closed 2 years ago

dimpase commented 2 years ago

I have not had time to fix musllinux wheels too --- they are run on a different Linux platform, which does not have yum, so there should be more complicated script to set-up gmp/mpfr/mpc.

I also tried to do something with Windows build, so far without success, but I think this PR has merit nevertheless. We can now test the built wheels (see e.g. Artifacts at the bottom of https://github.com/dimpase/gmpy2/actions/runs/1536807280) and hopefully they can uploaded to PyPI.

dimpase commented 2 years ago

oops, it should have gone to https://github.com/aleaxit/gmpy. Sorry for noise.