Skip to content

Commit d9a910e

Browse files
Bump pypa/cibuildwheel from 3.2.1 to 3.3.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.2.1...v3.3.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 993cf19 commit d9a910e

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
@@ -64,7 +64,7 @@ jobs:
6464
uses: ilammy/msvc-dev-cmd@v1
6565

6666
- name: Build Wheels
67-
uses: pypa/cibuildwheel@v3.2.1
67+
uses: pypa/cibuildwheel@v3.3.0
6868
env: # Can specify per os - e.g. CIBW_BEFORE_ALL_LINUX, CIBW_BEFORE_ALL_MACOS, CIBW_BEFORE_ALL_WINDOWS
6969
CIBW_BEFORE_ALL_LINUX: ./build_tools/before_all_linux.sh
7070
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
@@ -64,7 +64,7 @@ jobs:
6464
uses: ilammy/msvc-dev-cmd@v1
6565

6666
- name: Build Wheels
67-
uses: pypa/cibuildwheel@v3.2.1
67+
uses: pypa/cibuildwheel@v3.3.0
6868
env: # Can specify per os - e.g. CIBW_BEFORE_ALL_LINUX, CIBW_BEFORE_ALL_MACOS, CIBW_BEFORE_ALL_WINDOWS
6969
CIBW_BEFORE_ALL_LINUX: ./build_tools/before_all_linux.sh
7070
CIBW_BEFORE_ALL_MACOS: ./build_tools/before_all_mac.sh

0 commit comments

Comments
 (0)