Skip to content

Commit

Permalink
Update python-wheel-vcpkg.yml to use cibuildwheel-2.19.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane-J-Latham committed Jul 11, 2024
1 parent eea01c8 commit 926c168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-wheel-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install cibuildwheel
shell: bash
run: |
python -m pip install cibuildwheel==2.16.2
python -m pip install cibuildwheel==2.19.2
if [ "${RUNNER_OS}" == "Linux" ]; then
df -h
fi
Expand Down

0 comments on commit 926c168

Please sign in to comment.