Skip to content

Commit

Permalink
Upgrade cibuildwheel to 2.16.2 on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Nov 15, 2023
1 parent b26988e commit f575307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: python3 dev/updatelib.py

- name: Build wheels
uses: pypa/cibuildwheel@v2.12.0
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_ARCHS_LINUX: ${{ env.CIBW_ARCHS_LINUX }}
CIBW_ARCHS_MACOS: ${{ env.CIBW_ARCHS_MACOS }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
run: python3 dev/updatelib.py

- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_ARCHS_MACOS: ${{ env.CIBW_ARCHS_MACOS }}
Expand Down

0 comments on commit f575307

Please sign in to comment.