Skip to content

Commit a1c2dbb

Browse files
committed
Update cibuildwheel to the latest version (#1711)
This PR updates cibuildwheel to the latest version, so that we can build Python 3.11 wheels when the time comes.
1 parent 4e0376a commit a1c2dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python -m pip install twine wheel
3636
3737
- name: Build wheels
38-
uses: pypa/cibuildwheel@v2.1.2
38+
uses: pypa/cibuildwheel@v2.9.0
3939
env:
4040
CIBW_SKIP: 'pp*'
4141
CIBW_ARCHS_LINUX: "auto aarch64"

0 commit comments

Comments
 (0)