-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fix cibuildwheel trigger condition. #18233
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
Conversation
Of course, now it's not running on pull requests, it doesn't show up here... |
I confirmed by pushing to master on my fork: https://github.com/QuLogic/matplotlib/actions/runs/206023557 |
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.
Approving so @QuLogic can self-merge when happy.
Move the wheels to `dist` instead of `wheelhouse`, since that directory is ignored and git won't make the version `+dirty`.
I fixed a few more things I noticed: build against oldest supported NumPy, add PyPy (except Windows) and Python 3.6 wheels for 3.3.x, and fix the version tag. I tested out the Linux wheels which work with old NumPy, and I'm now testing out macOS wheels. |
…233-on-v3.3.x Backport PR #18233 on branch v3.3.x (Fix cibuildwheel trigger condition.)
PR Summary
I believe this should be the right filters for what we want. It should build on master, tags, and backport branches, but not doc-backport branches.
PR Checklist