You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a thought; should we recommend that cibuildwheel be pinned not including patch, that is, python -m pip install "cibuildwheel~=1.7.0"? This would enable users to immediately get patch releases, but on the downside, would be non-repeatable build (a rerun job might get a newer version). Maybe mention it in a comment below instead?
If there was a way to get dependabot to update this like it does with actions, it wouldn't be an issue to pin exactly. :)
This discussion was converted from issue #476 on December 09, 2020 16:48.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Just a thought; should we recommend that cibuildwheel be pinned not including patch, that is,
python -m pip install "cibuildwheel~=1.7.0"
? This would enable users to immediately get patch releases, but on the downside, would be non-repeatable build (a rerun job might get a newer version). Maybe mention it in a comment below instead?If there was a way to get dependabot to update this like it does with actions, it wouldn't be an issue to pin exactly. :)
Beta Was this translation helpful? Give feedback.
All reactions