From 16329f30be8db1d9484f6c2513345f359af3c7f8 Mon Sep 17 00:00:00 2001 From: Miranda Mundt Date: Fri, 15 Nov 2024 10:04:22 -0700 Subject: [PATCH] Update ciwheelbuild version --- .github/workflows/release_wheel_creation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_wheel_creation.yml b/.github/workflows/release_wheel_creation.yml index ecaf6afbd59..657d301110d 100644 --- a/.github/workflows/release_wheel_creation.yml +++ b/.github/workflows/release_wheel_creation.yml @@ -57,7 +57,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.16.5 + uses: pypa/cibuildwheel@v2.21.3 with: output-dir: dist env: @@ -111,7 +111,7 @@ jobs: with: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.16.5 + uses: pypa/cibuildwheel@v2.21.3 with: output-dir: dist env: