Use Github Actions for building Wheels and not Travis#197
Use Github Actions for building Wheels and not Travis#197lazka merged 2 commits intopygobject:masterfrom
Conversation
|
I'll test the WHLs this evening (BST), with a view to giving a +1 to releasing them. |
|
Atleast we can this as whole without follow up PR @stuaxo |
Yeah, I think we can release the WHLs generated here, are good I tested one on a fresh python install (that had never compiled pycairo), to be sure + all the tests pass.
These are good questions, I don't have answers without having some time to think + learn a bit more about workflows, maybe @lazka has some ideas. If we move to actions, we should aim not to add too much complexity, adhering to DRY if possible. This github actions example from cibuildwheel is pretty minimal + in a declarative style. |
|
GHA is much better, thanks! |
|
@lazka Can you upload the wheels to PyPI? |
|
@naveen521kk I'll do it for the next release. ok? |
|
I think it would be good if you do for this release itself( Many are in need of it) . Just upload it and PyPi handles it. But yes you would need to run actions by changing the version in setup.py to 19.1. |
This PR is:
.travis.ymlto how it was originally.TODO:
cc
@stuaxo