Skip to content

Commit c10521c

Browse files
Bump pypa/cibuildwheel from 2.5.0 to 2.6.1 (#6777)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.5.0 to 2.6.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@2.5.0...2.6.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9c29a7 commit c10521c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307
run: |
308308
make cythonize
309309
- name: Build wheels
310-
uses: pypa/cibuildwheel@2.5.0
310+
uses: pypa/cibuildwheel@2.6.1
311311
env:
312312
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
313313
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)