Skip to content

Commit 1c53c99

Browse files
Bump pypa/cibuildwheel from 2.16.2 to 2.16.4 (neurodata#205)
Bumps [pypa/cibuildwheel](https://github.com/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@v2.16.2...v2.16.4) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam Li <[email protected]>
1 parent ec63340 commit 1c53c99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
if: ${{ runner.os == 'Windows' && env.IS_32_BIT == 'false' }}
7272

7373
- name: Build wheels
74-
uses: pypa/[email protected].2
74+
uses: pypa/[email protected].4
7575
# Build all wheels here, apart from macosx_arm64, linux_aarch64
7676
# cibuildwheel is currently unable to pass configuration flags to
7777
# CIBW_BUILD_FRONTEND https://github.com/pypa/cibuildwheel/issues/1227
@@ -120,7 +120,7 @@ jobs:
120120
python spin setup-submodule
121121
122122
- name: Build wheels
123-
uses: pypa/[email protected].2
123+
uses: pypa/[email protected].4
124124
env:
125125
CIBW_BUILD: ${{ matrix.python[0] }}-macosx_arm64
126126
CIBW_ARCHS_MACOS: arm64

0 commit comments

Comments
 (0)