summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2023-01-03 12:31:06 -0700
committerCharles Harris <charlesr.harris@gmail.com>2023-01-16 15:15:01 -0700
commit72f9e153d18233cc85c83fe40b1d5906624379c5 (patch)
tree784b6e5c5049169c85f473c630e0778d4834f755 /.github
parent6b5cd92675139511b4b24ddfe822e96b03700edb (diff)
downloadnumpy-72f9e153d18233cc85c83fe40b1d5906624379c5.tar.gz
BLD: Try building wheels with cibuildwheel 2.11.4
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/wheels.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index b31f50ab8..a3e6f474d 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -117,7 +117,7 @@ jobs:
if: ${{ matrix.buildplat[1] == 'win32' }}
- name: Build wheels
- uses: pypa/cibuildwheel@v2.11.2
+ uses: pypa/cibuildwheel@v2.11.4
env:
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}