Skip to content

Commit

Permalink
uses: pypa/cibuildwheel@v2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ifduyue committed Oct 4, 2023
1 parent c9e78fe commit 8f9d307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: runner.os == 'Linux'

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.1
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_ARCHS: "${{ matrix.archs }}"
CIBW_BUILD: "${{ matrix.build && '*-' || ''}}${{ matrix.build }}*"
Expand Down

0 comments on commit 8f9d307

Please sign in to comment.