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 325e547

Browse filesBrowse files
committed
Update to cibuildwheel 2.7.0
1 parent d953b35 commit 325e547
Copy full SHA for 325e547

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

‎.github/workflows/cibuildwheel.yml

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

5555
- name: Build wheels for CPython 3.10
56-
uses: pypa/cibuildwheel@v2.6.0
56+
uses: pypa/cibuildwheel@v2.7.0
5757
env:
5858
CIBW_BUILD: "cp310-*"
5959
CIBW_SKIP: "*-musllinux*"
@@ -66,7 +66,7 @@ jobs:
6666
CIBW_ARCHS: ${{ matrix.cibw_archs }}
6767

6868
- name: Build wheels for CPython 3.9
69-
uses: pypa/cibuildwheel@v2.6.0
69+
uses: pypa/cibuildwheel@v2.7.0
7070
env:
7171
CIBW_BUILD: "cp39-*"
7272
CIBW_SKIP: "*-musllinux*"
@@ -79,7 +79,7 @@ jobs:
7979
CIBW_ARCHS: ${{ matrix.cibw_archs }}
8080

8181
- name: Build wheels for CPython 3.8
82-
uses: pypa/cibuildwheel@v2.6.0
82+
uses: pypa/cibuildwheel@v2.7.0
8383
env:
8484
CIBW_BUILD: "cp38-*"
8585
CIBW_SKIP: "*-musllinux*"
@@ -92,7 +92,7 @@ jobs:
9292
CIBW_ARCHS: ${{ matrix.cibw_archs }}
9393

9494
- name: Build wheels for PyPy
95-
uses: pypa/cibuildwheel@v2.6.0
95+
uses: pypa/cibuildwheel@v2.7.0
9696
env:
9797
CIBW_BUILD: "pp38-*"
9898
CIBW_SKIP: "*-musllinux*"

0 commit comments

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