Skip to content

Commit

Permalink
Update cibuildwheel to the latest version (#1711)
Browse files Browse the repository at this point in the history
This PR updates cibuildwheel to the latest version, so that we can build Python 3.11 wheels when the time comes.
  • Loading branch information
mdickinson committed Aug 12, 2022
1 parent 22aff4e commit 1d8ee56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python -m pip install twine wheel
- name: Build wheels
uses: pypa/cibuildwheel@v2.1.2
uses: pypa/cibuildwheel@v2.9.0
env:
CIBW_SKIP: 'pp*'
CIBW_ARCHS_LINUX: "auto aarch64"
Expand Down

0 comments on commit 1d8ee56

Please sign in to comment.