Skip to content

Commit

Permalink
Update cibuildwheel to 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Aug 28, 2024
1 parent 280c225 commit 939c60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.19.2
uses: pypa/cibuildwheel@v2.20.0
env:
CIBW_SKIP: "cp36-* cp37-* cp38-* pp* *i686 *-musllinux*"
CIBW_ARCHS: "${{ matrix.cibw_archs }}"
Expand Down

0 comments on commit 939c60b

Please sign in to comment.