Skip to content

Commit

Permalink
CI: have to pin cibuildwheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Aug 14, 2023
1 parent e8861e5 commit 71a9cf6
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 @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build wheels
uses: pypa/cibuildwheel@2.15.0
uses: pypa/cibuildwheel@v2.15.0
env:
# Skip Python 2.7 and 3.5, 32 bit Linux, and PyPy
CIBW_SKIP: cp27-* cp35-* *-manylinux_i686 *musllinux* pp*
Expand Down

0 comments on commit 71a9cf6

Please sign in to comment.