We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d138ee5 commit a4ec27eCopy full SHA for a4ec27e
.github/workflows/wheels.yml
@@ -46,7 +46,7 @@ jobs:
46
python-version: '3.13'
47
48
- name: Install cibuildwheel
49
- run: python -m pip install cibuildwheel~=3.1.1
+ run: python -m pip install cibuildwheel~=3.3
50
51
- name: Build wheels
52
env:
@@ -77,7 +77,7 @@ jobs:
77
platforms: linux/ppc64le
78
79
80
81
82
83
run: python -m cibuildwheel --output-dir wheelhouse
0 commit comments