Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Run wheel builds on PRs when requested by a label#22235
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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.
I wonder if we want a prefix for this that makes it clear its private?_run cibuildwheel
?
Only developers can add issues AFAIK, so I think this is fine? I added the label, and labelled this issue, just to double check it works. Looks like it does 👍 I'll merge without waiting for the wheel builds to finish, and feel free to change the colour of the label. |
…235-on-v3.5.xBackport PR#22235 on branch v3.5.x (Run wheel builds on PRs when requested by a label)
Uh oh!
There was an error while loading.Please reload this page.
PR Summary
When I need to change the wheel building process, I need to push a copy to my fork's
main
, and then force push that away. But we can enable this on PRs by checking for a special label, reducing this extra work.I used the "Run cibuildwheel" label, but if there's consensus for a better label name, we can use it. Then I'll actually create the label.
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).