Skip to content

Commit

Permalink
Add new cibuildwheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesYang007 committed Apr 1, 2024
1 parent bbd7c3d commit b1fde1e
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 135 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_BEFORE_BUILD: bash tools/wheels/cibw_before_build.sh
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
Expand Down
Loading

0 comments on commit b1fde1e

Please sign in to comment.