summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: