Skip to content

Commit 27e4f29

Browse files
Bump pypa/cibuildwheel from 2.20.0 to 2.21.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.20.0 to 2.21.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.20.0...v2.21.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2e1042 commit 27e4f29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
platforms: arm64
4242

4343
- name: Build wheels
44-
uses: pypa/cibuildwheel@v2.20.0
44+
uses: pypa/cibuildwheel@v2.21.1
4545
env: # Can specify per os - e.g. CIBW_BEFORE_ALL_LINUX, CIBW_BEFORE_ALL_MACOS, CIBW_BEFORE_ALL_WINDOWS
4646
CIBW_BEFORE_ALL_LINUX: ./build_tools/before_all_linux.sh
4747
CIBW_BEFORE_ALL_MACOS: ./build_tools/before_all_mac.sh

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
platforms: arm64
3636

3737
- name: Build wheels
38-
uses: pypa/cibuildwheel@v2.20.0
38+
uses: pypa/cibuildwheel@v2.21.1
3939
env: # Can specify per os - e.g. CIBW_BEFORE_ALL_LINUX, CIBW_BEFORE_ALL_MACOS, CIBW_BEFORE_ALL_WINDOWS
4040
CIBW_BEFORE_ALL_LINUX: ./build_tools/before_all_linux.sh
4141
CIBW_BEFORE_ALL_MACOS: ./build_tools/before_all_mac.sh

0 commit comments

Comments
 (0)