-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
add job for wheeling #70
Conversation
Thank you sooo muuuch! |
So one thing: I think I don't want it to build the wheels from source but do it the same way like before: wheel the sdist for PyPI. Simply because it makes it easier to add wheels to existing releases and disconnects the wheeling CI from the source code version (I wouldn't know how to build 20.1.0 wheels rn). Would that be a lot of work? Or do you know a quick way of getting |
ah yeah with workflow_dispatch it can take a parameter (the version for example) we wouldn't be able to get the cp35-abi3 wheels for 20.1.0 though because we'd need the setup.py change from #69 |
so in theory this does that: #71 -- I'm going to get some sleep though, will check on this tomorrow! |
Ah damn, right. Hm, maybe I'll just publish a new version just with packaging fixes but I'd still prefer the #71 approach. I hope we'll find a way to figure it out/test it! 🤞 |
could we have a wheel for pypy3.7-v7.3.5rc2-win64 (or better) ? |
Looks like GitHub Actions is still on |
might work, didn't test it #86 |
there is a problem in windows 64bit wheel codification with pypy3.7-v7.3.4 |
I don't think github-actions has release candidates for pypy |
Thanks to @asottile we now have 7.3 wheels for Windows and macOS on PyPI. Please test and report! 7.4 will have to wait until GHA adds them. |
this should produce the following wheel artifacts: