Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a86b4f6

Browse filesBrowse files
authored
Merge pull request #24706 from matplotlib/dependabot/github_actions/pypa/cibuildwheel-2.11.3
Bump pypa/cibuildwheel from 2.11.2 to 2.11.3
2 parents 2b1da3f + 392f11a commit a86b4f6
Copy full SHA for a86b4f6

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎.github/workflows/cibuildwheel.yml

Copy file name to clipboardExpand all lines: .github/workflows/cibuildwheel.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fetch-depth: 0
5858

5959
- name: Build wheels for CPython 3.11
60-
uses: pypa/cibuildwheel@v2.11.2
60+
uses: pypa/cibuildwheel@v2.11.3
6161
env:
6262
CIBW_BUILD: "cp311-*"
6363
CIBW_SKIP: "*-musllinux*"
@@ -70,7 +70,7 @@ jobs:
7070
CIBW_ARCHS: ${{ matrix.cibw_archs }}
7171

7272
- name: Build wheels for CPython 3.10
73-
uses: pypa/cibuildwheel@v2.11.2
73+
uses: pypa/cibuildwheel@v2.11.3
7474
env:
7575
CIBW_BUILD: "cp310-*"
7676
CIBW_SKIP: "*-musllinux*"
@@ -83,7 +83,7 @@ jobs:
8383
CIBW_ARCHS: ${{ matrix.cibw_archs }}
8484

8585
- name: Build wheels for CPython 3.9
86-
uses: pypa/cibuildwheel@v2.11.2
86+
uses: pypa/cibuildwheel@v2.11.3
8787
env:
8888
CIBW_BUILD: "cp39-*"
8989
CIBW_SKIP: "*-musllinux*"
@@ -96,7 +96,7 @@ jobs:
9696
CIBW_ARCHS: ${{ matrix.cibw_archs }}
9797

9898
- name: Build wheels for CPython 3.8
99-
uses: pypa/cibuildwheel@v2.11.2
99+
uses: pypa/cibuildwheel@v2.11.3
100100
env:
101101
CIBW_BUILD: "cp38-*"
102102
CIBW_SKIP: "*-musllinux*"
@@ -109,7 +109,7 @@ jobs:
109109
CIBW_ARCHS: ${{ matrix.cibw_archs }}
110110

111111
- name: Build wheels for PyPy
112-
uses: pypa/cibuildwheel@v2.11.2
112+
uses: pypa/cibuildwheel@v2.11.3
113113
env:
114114
CIBW_BUILD: "pp38-* pp39-*"
115115
CIBW_SKIP: "*-musllinux*"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.