Skip to content

Commit 42b1660

Browse files
committed
Update cibuildwheel action version
Errors resolving CentOS7 mirrors likely related to pypa/cibuildwheel#1915 and fixed by pypa/cibuildwheel#1917 https://cibuildwheel.pypa.io/en/stable/changelog/#v2192
1 parent 66fb381 commit 42b1660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: Build wheels
119119
id: build_wheel
120-
uses: pypa/cibuildwheel@v2.17
120+
uses: pypa/cibuildwheel@v2.19.2
121121
env:
122122
CIBW_BUILD: ${{ matrix.python-version }}-*
123123
CIBW_ARCHS: ${{ matrix.arch }}

0 commit comments

Comments
 (0)