Skip to content

Commit 8168c0c

Browse files
committed
update cibuildwheel to 3.3.1
1 parent 7cb8237 commit 8168c0c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-python@v5
1717

1818
- name: Build wheels
19-
uses: pypa/cibuildwheel@v2.22.0
19+
uses: pypa/cibuildwheel@v3.3.1
2020
env:
2121
CIBW_BUILD: "*manylinux*"
2222
CIBW_ARCHS: auto64
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/setup-python@v5
3939

4040
- name: Build wheels
41-
uses: pypa/cibuildwheel@v2.22.0
41+
uses: pypa/cibuildwheel@v3.3.1
4242
env:
4343
CIBW_BUILD: "*musllinux*"
4444
CIBW_ARCHS: auto64
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/setup-python@v5
6161

6262
- name: Build wheels
63-
uses: pypa/cibuildwheel@v2.22.0
63+
uses: pypa/cibuildwheel@v3.3.1
6464
env:
6565
CIBW_BUILD: "*macosx*"
6666
CIBW_ARCHS: auto64
@@ -83,7 +83,7 @@ jobs:
8383
- uses: actions/setup-python@v5
8484

8585
- name: Build wheels
86-
uses: pypa/cibuildwheel@v2.22.0
86+
uses: pypa/cibuildwheel@v3.3.1
8787
env:
8888
CIBW_BUILD: "*macosx*"
8989
CIBW_ARCHS: arm64

0 commit comments

Comments
 (0)