-
Notifications
You must be signed in to change notification settings - Fork 2
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: Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 #76
chore: Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 #76
Conversation
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.5 to 2.17.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.16.5...v2.17.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
@henryiii do you know why the arm64 wheels are failing? Seems it cannot find |
cibuildwheel==2.16.2 ? |
Cirrus changed a bit if that's cirrus. See the most recent merged pr to cibuildwheel. (I’m on phone) |
GHA now has a native Apple Silicon runner and cibuildwheel supports it, fyi. |
Yes, it seems like this new version doesn't seem to be super happy with Cirrus. I can drop cirrus and move back to github instead for |
You did not change the version on Cirrus. It's still 2.16.2. This PR only updates GHA, since dependabot only supports GHA. The problem is Cirrus changed the layout of the runners so you either need to adapt to the new images (see how we adapted in the linked PR), or move this job to GHA. |
Agreed with @henryiii. You'll need to update your cirrus config, to match our latest examples. I'm not sure if it was cirrus or homebrew that changed, but it was something outside of cibuildwheel. |
I retriggered #71 so you can see it failing there too. |
Bumps pypa/cibuildwheel from 2.16.5 to 2.17.0.
Release notes
Sourced from pypa/cibuildwheel's releases.
Changelog
Sourced from pypa/cibuildwheel's changelog.
Commits
8d94547
Bump version: v2.17.0ca06deb
Merge pull request #1775 from pypa/doc-domainf7e1922
CirrusCI fixes (#1786)0d8e919
[Bot] Update dependencies (#1784)022de07
Merge pull request #1785 from pypa/revert-1783920f574
Remove manylinux1 docker pin5c06f3c
docs: Add how to run tests in development (#1698)e2a0839
fix: set SYSTEM_VERSION_COMPAT=0 during pip install on macos (#1768)87fff77
chore(deps): bump the actions group with 1 update (#1776)8ef9486
Addpedalboard
to projects.yml. (#1781)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)