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 51c3cc9 commit 8e67b51Copy full SHA for 8e67b51
.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.22.0
+ uses: pypa/cibuildwheel@v2.23.0
109
env:
110
CIBW_BUILD: "cp3{7..13}-${{ matrix.wheel_type }}"
111
CIBW_ARCHS_LINUX: auto
@@ -153,7 +153,7 @@ jobs:
153
154
echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV
155
156
157
158
CIBW_BUILD: "cp3{8..13}-*"
159
CIBW_PRERELEASE_PYTHONS: True
0 commit comments