summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/create-wheels.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/create-wheels.yaml b/.github/workflows/create-wheels.yaml
index 49ad3f91c..b8deffb64 100644
--- a/.github/workflows/create-wheels.yaml
+++ b/.github/workflows/create-wheels.yaml
@@ -58,7 +58,7 @@ jobs:
- name: Build compiled wheels
if: ${{ matrix.wheel_mode == 'compiled' }}
- uses: pypa/cibuildwheel@v2.9.0
+ uses: pypa/cibuildwheel@v2.10.0
env:
CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }}