summaryrefslogtreecommitdiff
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
parent6b5cd92675139511b4b24ddfe822e96b03700edb (diff)
downloadnumpy-72f9e153d18233cc85c83fe40b1d5906624379c5.tar.gz
BLD: Try building wheels with cibuildwheel 2.11.4
-rw-r--r--.github/workflows/wheels.yml2
-rw-r--r--tools/ci/cirrus_general.yml2
2 files changed, 2 insertions, 2 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] }}
diff --git a/tools/ci/cirrus_general.yml b/tools/ci/cirrus_general.yml
index 375e07c0f..afa65c644 100644
--- a/tools/ci/cirrus_general.yml
+++ b/tools/ci/cirrus_general.yml
@@ -1,6 +1,6 @@
build_and_store_wheels: &BUILD_AND_STORE_WHEELS
install_cibuildwheel_script:
- - python -m pip install cibuildwheel==2.11.2
+ - python -m pip install cibuildwheel==2.11.4
cibuildwheel_script:
- cibuildwheel
wheels_artifacts: