Skip to content

Commit

Permalink
ci: Bump pypa/cibuildwheel from 2.16.2 to 2.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rockstorm101 committed Feb 10, 2024
1 parent cfcbad5 commit 436778e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
platforms: all

- name: Build ${{ matrix.os }} wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5
env:
# we only support what's supported by wxPython, therefore we skip:
# * PyPy Python implementation
# * Python 3.6 nor 3.7 versions
# * Python 3.6 and 3.7 versions
# * musl C implementation
CIBW_SKIP: "pp* cp36* cp37* *-musllinux*"
# produce ARM wheels on Linux in addition to 32 and 64 bit
Expand Down

0 comments on commit 436778e

Please sign in to comment.