Skip to content

Commit

Permalink
Updat cibuildwheel version.
Browse files Browse the repository at this point in the history
  • Loading branch information
casevh committed May 20, 2024
1 parent da787c7 commit 454f957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
path-type: inherit
if: ${{ matrix.os == 'windows-2022' }}
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.18.0
env:
CIBW_PRERELEASE_PYTHONS: False
CIBW_PRERELEASE_PYTHONS: True
CIBW_SKIP: pp* *-win32
CIBW_BEFORE_ALL: bash scripts/cibw_before_all.sh
CIBW_BEFORE_ALL_WINDOWS: msys2 -c scripts/cibw_before_all.sh
Expand Down

0 comments on commit 454f957

Please sign in to comment.