Skip to content

Commit

Permalink
CICD: Bump cibuildwheel to 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus authored Sep 16, 2024
1 parent b3c950d commit 3cb4bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
cmake --build openmp_build --target install --config Release
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.18.0
run: python -m pip install cibuildwheel==2.21.0

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

0 comments on commit 3cb4bd3

Please sign in to comment.