-
-
Notifications
You must be signed in to change notification settings - Fork 947
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
chore(cibw): productify the cibuildwheel
workflow
#2311
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2311 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 63 63
Lines 7471 7471
Branches 1278 1278
=========================================
Hits 7471 7471 ☔ View full report in Codecov by Sentry. |
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.
Should we also publish a pure python wheel for pypy and other python versions not covered?
This needs discussion I think, I did take this into consideration, but haven't added any |
Added to the workflow now. |
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.
Couple of minor things.
Examples of a successful run:
I also bumped the tag to
dev2
in order to be able to dispatch a new build to TestPyPI.Closes #2310.