Skip to content

Commit

Permalink
Update cibuildwheel action version
Browse files Browse the repository at this point in the history
Errors resolving CentOS7 mirrors likely related to
pypa/cibuildwheel#1915 and fixed by pypa/cibuildwheel#1917

https://cibuildwheel.pypa.io/en/stable/changelog/#v2192
  • Loading branch information
nocarryr committed Jul 4, 2024
1 parent 66fb381 commit 42b1660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

- name: Build wheels
id: build_wheel
uses: pypa/cibuildwheel@v2.17
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_BUILD: ${{ matrix.python-version }}-*
CIBW_ARCHS: ${{ matrix.arch }}
Expand Down

0 comments on commit 42b1660

Please sign in to comment.