Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30cd364 commit 755cc76Copy full SHA for 755cc76
1 file changed
.github/workflows/cibuildwheel.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Install cibuildwheel
49
run: |
50
- python -m pip install cibuildwheel==1.9.0
+ python -m pip install cibuildwheel==2.1.1
51
52
- name: Build minimum NumPy for aarch64
53
if: matrix.cibw_archs == 'aarch64' && steps.numpy-cache.outputs.cache-hit != 'true'
0 commit comments