We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12829cc commit a0d899dCopy full SHA for a0d899d
.github/workflows/reusable-build-wheel.yml
@@ -73,7 +73,7 @@ jobs:
73
shell: bash
74
75
- name: Build wheels
76
- uses: pypa/cibuildwheel@v2.22.0
+ uses: pypa/cibuildwheel@v2.23.0
77
env:
78
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
79
CIBW_CONFIG_SETTINGS: >- # Cython line tracing for coverage collection
0 commit comments