Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Manual backport of dependabot cibw upgrades#27779
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
Merged
Merged
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Bumps the actions group with 3 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel), [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) and [scientific-python/upload-nightly-action](https://github.com/scientific-python/upload-nightly-action).Updates `pypa/cibuildwheel` from 2.16.2 to 2.16.4- [Release notes](https://github.com/pypa/cibuildwheel/releases)- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)- [Commits](pypa/cibuildwheel@fff9ec3...0b04ab1)Updates `peter-evans/create-or-update-comment` from 3 to 4- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)- [Commits](peter-evans/create-or-update-comment@v3...v4)---updated-dependencies:- dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions- dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions...Signed-off-by: dependabot[bot] <support@github.com>
Bumps the actions group with 2 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [codecov/codecov-action](https://github.com/codecov/codecov-action).Updates `pypa/cibuildwheel` from 2.16.4 to 2.16.5- [Release notes](https://github.com/pypa/cibuildwheel/releases)- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)- [Commits](pypa/cibuildwheel@0b04ab1...ce3fb78)---updated-dependencies:- dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions...Signed-off-by: dependabot[bot] <support@github.com>
The CIBW action is in fact failing on 3.8.x:https://github.com/matplotlib/matplotlib/actions/runs/7875721464 Thus this is a blocker for release with the MacOS fixes. |
QuLogic approved these changesFeb 13, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
CI: Run cibuildwheelRun wheel building tests on a PR Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR summary
Cherrypicked from#27715 and#27750, ignoring changes that had conflicts.
In particular, this doesnot include updating the
[up|down]load_artifacts
actions to v4 (and any associated changes to make that work)Thisalso doesnot include the change to the CIBW action to automatically upload to PyPI, because we wanted to test that with RC rather than 3.8.3.
PR checklist