From a3320f23792366a5fd83e5d88b0d9f9c8ca7095f Mon Sep 17 00:00:00 2001 From: Zuzu-Typ Date: Wed, 9 Oct 2024 11:54:41 +0200 Subject: [PATCH] Update cibuildwheel to v2.21.3 --- .github/workflows/deploy-test-pypi.yml | 8 ++++---- .github/workflows/deploy.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy-test-pypi.yml b/.github/workflows/deploy-test-pypi.yml index e3906ba..5a7ffec 100644 --- a/.github/workflows/deploy-test-pypi.yml +++ b/.github/workflows/deploy-test-pypi.yml @@ -30,7 +30,7 @@ jobs: python-version: '3.13' - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.21.2 + run: python -m pip install cibuildwheel==2.21.3 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse @@ -60,7 +60,7 @@ jobs: python-version: '3.13' - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.21.2 + run: python -m pip install cibuildwheel==2.21.3 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse @@ -103,7 +103,7 @@ jobs: python-version: '3.13' - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.21.2 + run: python -m pip install cibuildwheel==2.21.3 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse @@ -142,7 +142,7 @@ jobs: python-version: '3.13' - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.21.2 + run: python -m pip install cibuildwheel==2.21.3 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 55119bd..31ce337 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: python-version: '3.13' - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.21.2 + run: python -m pip install cibuildwheel==2.21.3 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse @@ -63,7 +63,7 @@ jobs: python-version: '3.13' - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.21.2 + run: python -m pip install cibuildwheel==2.21.3 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse @@ -106,7 +106,7 @@ jobs: python-version: '3.13' - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.21.2 + run: python -m pip install cibuildwheel==2.21.3 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse @@ -145,7 +145,7 @@ jobs: python-version: '3.13' - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.21.2 + run: python -m pip install cibuildwheel==2.21.3 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse