Skip to content

Commit f640132

Browse files
dependabot[bot]rmcar17
authored andcommitted
Bump pypa/cibuildwheel from 2.23.1 to 2.23.2
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.1 to 2.23.2. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.1...v2.23.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 03b0f89 commit f640132

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fi
4545
4646
- name: Build wheels
47-
uses: pypa/[email protected].1
47+
uses: pypa/[email protected].2
4848
env: # Can specify per os - e.g. CIBW_BEFORE_ALL_LINUX, CIBW_BEFORE_ALL_MACOS, CIBW_BEFORE_ALL_WINDOWS
4949
CIBW_BEFORE_ALL_LINUX: ./build_tools/before_all_linux.sh
5050
CIBW_BEFORE_ALL_MACOS: ./build_tools/before_all_mac.sh

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fi
4545
4646
- name: Build wheels
47-
uses: pypa/[email protected].1
47+
uses: pypa/[email protected].2
4848
env: # Can specify per os - e.g. CIBW_BEFORE_ALL_LINUX, CIBW_BEFORE_ALL_MACOS, CIBW_BEFORE_ALL_WINDOWS
4949
CIBW_BEFORE_ALL_LINUX: ./build_tools/before_all_linux.sh
5050
CIBW_BEFORE_ALL_MACOS: ./build_tools/before_all_mac.sh

0 commit comments

Comments
 (0)