Skip to content

Commit bd2a94f

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v5
1616

1717
- name: Build wheels
18-
uses: pypa/cibuildwheel@v3.1.4
18+
uses: pypa/cibuildwheel@v3.2.1
1919
env:
2020
CIBW_ARCHS_LINUX: x86_64
2121
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v5
3434

3535
- name: Build wheels
36-
uses: pypa/cibuildwheel@v3.1.4
36+
uses: pypa/cibuildwheel@v3.2.1
3737
env:
3838
CIBW_ARCHS_LINUX: aarch64
3939
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v5
5252

5353
- name: Build wheels
54-
uses: pypa/cibuildwheel@v3.1.4
54+
uses: pypa/cibuildwheel@v3.2.1
5555
env:
5656
CIBW_ARCHS_MACOS: x86_64
5757

@@ -68,7 +68,7 @@ jobs:
6868
- uses: actions/checkout@v5
6969

7070
- name: Build wheels
71-
uses: pypa/cibuildwheel@v3.1.4
71+
uses: pypa/cibuildwheel@v3.2.1
7272
env:
7373
CIBW_ARCHS_MACOS: arm64
7474

0 commit comments

Comments
 (0)