Up for discussion, but I released a third party package that leverages pandas and when it came time to build wheels, I found that GitHub Actions actually offers a lot we can use. Here's is a sample configuration that gets triggered on release:
https://github.com/innobi/pantab/blob/master/.github/workflows/pythonpublish.yml
This builds "artifacts" in CI that can then be downloaded containing the appropriate wheels:

A few limitations AFAIK:
- There is no win32 platform to build wheels on
- I think ubuntu 16.02 is the oldest available linux platform, which I don't think can build
manylinux
wheels
So may not have everything we need at the moment, but figure worth starting the discussion as I think this could great simplify our release process