Skip to content

Commit 4564fac

Browse files
authored
Update build_wheels.yml
1 parent cb157fa commit 4564fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
8080
- name: Build wheels
81-
uses: pypa/cibuildwheel@v2.16.2
81+
uses: pypa/cibuildwheel@v2.16.5
8282
env:
8383
CIBW_BUILD: "cp3{7..12}-${{ matrix.wheel_type }}"
8484
CIBW_ARCHS_LINUX: auto aarch64
@@ -111,7 +111,7 @@ jobs:
111111
run: |
112112
tar zxvf dist/*.tar.gz --strip-components=1
113113
- name: Build wheels
114-
uses: pypa/cibuildwheel@v2.16.2
114+
uses: pypa/cibuildwheel@v2.16.5
115115
env:
116116
CIBW_BUILD: "cp3{8..12}-*"
117117
CIBW_PRERELEASE_PYTHONS: True

0 commit comments

Comments
 (0)