Skip to content

Commit

Permalink
update cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Nov 24, 2024
1 parent 3ceb0ea commit cec30c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-cibuildwheel-pybind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
ls /Users/runner/work/keyvi/keyvi/arm64-homebrew
- name: Build python wheels for ${{ matrix.os }} on ${{ matrix.arch }}
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.21.3
env:
# Skip CPython 3.6 and CPython 3.7
CIBW_SKIP: ${{ env.CIBW_SKIP }} cp36-* cp37-* pp37-*
Expand Down

0 comments on commit cec30c7

Please sign in to comment.