Skip to content

Commit de00ab1

Browse files
Bump pypa/cibuildwheel from 2.11.3 to 2.11.4
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.11.3 to 2.11.4. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.11.3...v2.11.4) --- 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 3418bad commit de00ab1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cibuildwheel.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fetch-depth: 0
6363

6464
- name: Build wheels for CPython 3.11
65-
uses: pypa/[email protected].3
65+
uses: pypa/[email protected].4
6666
env:
6767
CIBW_BUILD: "cp311-*"
6868
CIBW_SKIP: "*-musllinux*"
@@ -75,7 +75,7 @@ jobs:
7575
CIBW_ARCHS: ${{ matrix.cibw_archs }}
7676

7777
- name: Build wheels for CPython 3.10
78-
uses: pypa/[email protected].3
78+
uses: pypa/[email protected].4
7979
env:
8080
CIBW_BUILD: "cp310-*"
8181
CIBW_SKIP: "*-musllinux*"
@@ -88,7 +88,7 @@ jobs:
8888
CIBW_ARCHS: ${{ matrix.cibw_archs }}
8989

9090
- name: Build wheels for CPython 3.9
91-
uses: pypa/[email protected].3
91+
uses: pypa/[email protected].4
9292
env:
9393
CIBW_BUILD: "cp39-*"
9494
CIBW_SKIP: "*-musllinux*"
@@ -101,7 +101,7 @@ jobs:
101101
CIBW_ARCHS: ${{ matrix.cibw_archs }}
102102

103103
- name: Build wheels for CPython 3.8
104-
uses: pypa/[email protected].3
104+
uses: pypa/[email protected].4
105105
env:
106106
CIBW_BUILD: "cp38-*"
107107
CIBW_SKIP: "*-musllinux*"
@@ -114,7 +114,7 @@ jobs:
114114
CIBW_ARCHS: ${{ matrix.cibw_archs }}
115115

116116
- name: Build wheels for PyPy
117-
uses: pypa/[email protected].3
117+
uses: pypa/[email protected].4
118118
env:
119119
CIBW_BUILD: "pp38-* pp39-*"
120120
CIBW_SKIP: "*-musllinux*"

0 commit comments

Comments
 (0)