Skip to content

Commit

Permalink
ci: update cibuildwheel
Browse files Browse the repository at this point in the history
This is an attempt to fix the macos has the wrong dylib part of the
issue zxing-cpp#695.
  • Loading branch information
axxel committed Feb 20, 2024
1 parent f7c9de4 commit be2df9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python-version: '3.12'

- name: Install cibuildwheel
run: python3 -m pip install cibuildwheel==2.16.2
run: python3 -m pip install cibuildwheel==2.16.5

- name: Build wheels
run: python3 -m cibuildwheel --output-dir wheelhouse wrappers/python
Expand Down

0 comments on commit be2df9e

Please sign in to comment.