We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb157fa commit 4564facCopy full SHA for 4564fac
.github/workflows/build_wheels.yml
@@ -78,7 +78,7 @@ jobs:
78
run: |
79
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
80
- name: Build wheels
81
- uses: pypa/cibuildwheel@v2.16.2
+ uses: pypa/cibuildwheel@v2.16.5
82
env:
83
CIBW_BUILD: "cp3{7..12}-${{ matrix.wheel_type }}"
84
CIBW_ARCHS_LINUX: auto aarch64
@@ -111,7 +111,7 @@ jobs:
111
112
tar zxvf dist/*.tar.gz --strip-components=1
113
114
115
116
CIBW_BUILD: "cp3{8..12}-*"
117
CIBW_PRERELEASE_PYTHONS: True
0 commit comments