You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
manylinuxwheelsSo 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