mazelib icon indicating copy to clipboard operation
mazelib copied to clipboard

Use GitHub Actions and Artifacts to build more wheels

Open john-science opened this issue 2 years ago • 0 comments

The variety of wheels built for this repo, and deployed on pypi.org, is low.

We could use GitHub Actions "Artifacts" to build a wheel for:

  • [ ] various Windows OS versions
  • [ ] various MacOS versions
  • [X] various Linux OS versions
  • [ ] A non-cythonized universal wheel

We don't need the auto-deploy to pypi.org. But auto-building the wheel files would be really helpful.

john-science avatar Sep 07 '23 16:09 john-science