8000 Merge pull request #24375 from charris/backport-24372-24374 · numpy/numpy@8aa8130 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8aa8130

Browse files
authored
Merge pull request #24375 from charris/backport-24372-24374
MAINT: Update cibuildwheel to version 2.15.0
2 parents 432cc37 + ef6dc9b commit 8aa8130

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
python-version: "3.x"
112112

113113
- name: Build wheels
114-
uses: pypa/cibuildwheel@f21bb8376a051ffb6cb5604b28ccaef7b90e8ab7 # v2.14.1
114+
uses: pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
115115
env:
116116
CIBW_PRERELEASE_PYTHONS: True
117117
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}

tools/ci/cirrus_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build_and_store_wheels: &BUILD_AND_STORE_WHEELS
22
install_cibuildwheel_script:
3-
- python -m pip install cibuildwheel==2.14.0
3+
- python -m pip install cibuildwheel==2.15.0
44
cibuildwheel_script:
55
- cibuildwheel
66
wheels_artifacts:

0 commit comments

Comments
 (0)
0