Skip to content

Commit 19efc84

Browse files
dependabot[bot]nightlarkhenryiii
authored
Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 (#123)
* Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 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] <support@github.com> * Update .github/workflows/build.yml Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ryan Mast <3969255+nightlark@users.noreply.github.com> Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
1 parent ee3043e commit 19efc84

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,11 @@ jobs:
9898
run: which ninja || brew install ninja
9999
if: runner.os == 'macOS'
100100

101+
- name: Install pipx (macOS)
102+
run: which pipx || brew install pipx
103+
if: runner.os == 'macOS'
101104
- name: Build wheels
102-
uses: pypa/cibuildwheel@v2.16.5
105+
uses: pypa/cibuildwheel@v2.17.0
103106
env:
104107
CIBW_ARCHS: "${{ matrix.arch }}"
105108
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"

0 commit comments

Comments
 (0)