Skip to content

Commit

Permalink
CI: Update cibuildwheel to 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Aug 31, 2024
1 parent 61a6f10 commit 30fa621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
sed -i.old "s/-dev/-dev${COMMIT_NUM}/" cmake/VersionSource.cmake
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.20.0
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_SKIP: cp36-* cp37-* cp38-* pp* *musllinux* *-manylinux_i686
Expand Down

0 comments on commit 30fa621

Please sign in to comment.