-
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
#112 Add windows to github actions #208
Conversation
I have made one change: Instead of always selecting the Windows runners I want the |
@icemac I like this idea a lot. If the process of creating wheels and automatically uploading them to PyPI when a tag is encountered works as before then this is much better than Appveyor. After updating the 13(!) binary packages Zope depends on yesterday my choice is for moving everything to GitHub. For some packages it took more than two hours for the Windows wheels to appear on PyPI. Appveyor behavior and speed was very erratic. The queue seemed to hang forever on some of the projects. |
@vernans @dataflake I additionally completely removed appveyor and added support for Python 3.13 on Windows, see zopefoundation/ExtensionClass#72 and zopefoundation/persistent#190 as examples. Please (re-)review. |
Closes #112
It's not pretty but the built wheels seem to work.
Persistent and ExtensionClass were tested
zopefoundation/ExtensionClass#72
zopefoundation/persistent#190
When updating the repositories, with_appveyor needs to be set to false, also I'd set with_windows to true even though it is not used in c-code packages at the moment.