Skip to content

Commit

Permalink
Upgrade to pypa/cibuildwheel@v2.12.1
Browse files Browse the repository at this point in the history
Hopefully this will build Python 3.11 wheels for #254.
  • Loading branch information
brandon-rhodes committed Apr 7, 2023
1 parent 664f9e7 commit d2537cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.3.0
uses: pypa/cibuildwheel@v2.12.1
env:
#CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
CIBW_ARCHS_LINUX: auto aarch64 s390x
Expand Down

0 comments on commit d2537cd

Please sign in to comment.