From 8c2232956816a87a62d9baea6e000aeb70c225ce Mon Sep 17 00:00:00 2001 From: Barnaby Robson Date: Thu, 12 Oct 2023 18:20:22 -0700 Subject: [PATCH] python-wheels.yml - bumps cibuildwheel version (#1576) --- .github/workflows/python-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index da62b6ec40..fab0485c8a 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -63,7 +63,7 @@ jobs: python-version: '3.x' - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.8.1 + run: python -m pip install cibuildwheel==2.16.2 - name: Create setup.py run: |