Skip to content

Commit

Permalink
use specific cibuildwheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
DaAwesomeP committed Jul 21, 2022
1 parent b795746 commit 28ad2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
with:
platforms: all
- name: Build Wheel
uses: pypa/cibuildwheel@v2
uses: pypa/cibuildwheel@v2.8.1
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_BUILD: ${{ matrix.python-version }}-${{ matrix.arch }}
Expand Down

0 comments on commit 28ad2bc

Please sign in to comment.