Skip to content

Commit

Permalink
ci: bump cibw
Browse files Browse the repository at this point in the history
Fixes outdated links to CentOS mirror list:

pypa/cibuildwheel#1915
  • Loading branch information
janden committed Jul 9, 2024
1 parent dfc9042 commit f7a1bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:


- name: Build wheels
uses: pypa/cibuildwheel@v2.19.1
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_SKIP: "pp* *musllinux*"
Expand Down

0 comments on commit f7a1bc3

Please sign in to comment.