Skip to content

Commit 1f20729

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

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@v4
1616

1717
- name: Build wheels
18-
uses: pypa/cibuildwheel@v3.1.3
18+
uses: pypa/cibuildwheel@v3.1.4
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@v4
3434

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

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

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

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

0 commit comments

Comments
 (0)