-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build wheels using Github actions, add test #8
base: main
Are you sure you want to change the base?
Conversation
- add test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concept ACK. test.py works as expected (from reviewing previous PR) and CI run was successful despite no pypi module deployment: https://github.com/xanimo/ltc-scrypt/actions/runs/2771596763
Outside of that I'm curious on whether or not this needs multi-arch support (noting the build on windows-2019) and/or if you've any thoughts regarding that subject?
Thanks for mitigating my mistake @patricklodder 😸 ❤️ That aside, I've done some research and experimentation's with regards to multi-arch builds and have done a couple CI runs with your (@vertiond ) other changes (PR #7) cherry-picked on top and then with some amendments to the .yml itself and have successfully built for win, macos and 'manylinux'. It also appears pypa/cibuildwheel supports Linux ARM as well so perhaps we could potentially integrate that as well. More on those changes can be found here.
Outside that I attempted to bump to 3.10 and use pypa and am a bit perplexed into how long it's taking for Windows 2019 but considering we'd probably only have to build once in a blue moon, it's not that big of a deal. With that said, I'd like to hear both your thoughts on this and if we should get them in now or just support Windows at this current juncture? Also in consideration of the fact my questions about multi arch are irrelevant for use in core since we'll be fetching an archive and building ourselves, I don't necessarily think this should be blocking, but the feature in and of itself could be more robust I suppose. |
Part 2 of breaking up #1
This is set up to build wheels on push/pull and deploy to PyPI on tags starting with
v
usingpypi_password
in secrets