We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a38fba commit 3393682Copy full SHA for 3393682
.github/workflows/build_wheels.yml
@@ -105,7 +105,7 @@ jobs:
105
run: |
106
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
107
- name: Build wheels
108
- uses: pypa/cibuildwheel@v2.21.2
+ uses: pypa/cibuildwheel@v2.22.0
109
env:
110
CIBW_BUILD: "cp3{7..13}-${{ matrix.wheel_type }}"
111
CIBW_ARCHS_LINUX: auto aarch64
@@ -154,7 +154,7 @@ jobs:
154
155
echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV
156
157
158
159
CIBW_BUILD: "cp3{8..13}-*"
160
CIBW_PRERELEASE_PYTHONS: True
0 commit comments