From 4f28886a2f9a50ddce8f3ac8f9af49341b2d8c71 Mon Sep 17 00:00:00 2001 From: Chris O'Hara Date: Wed, 10 Apr 2024 09:25:23 +1000 Subject: [PATCH] Bump cibuildwheel version to fix publish issue --- .github/workflows/pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 275df600..45246ab0 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -44,7 +44,7 @@ jobs: - macos-14 steps: - uses: actions/checkout@v4 - - uses: pypa/cibuildwheel@v2.16.5 + - uses: pypa/cibuildwheel@v2.17.0 env: CIBW_BUILD: ${{ matrix.build }}-* - uses: actions/upload-artifact@v4 @@ -71,7 +71,7 @@ jobs: - uses: docker/setup-qemu-action@v3 with: platforms: all - - uses: pypa/cibuildwheel@v2.16.5 + - uses: pypa/cibuildwheel@v2.17.0 env: CIBW_BUILD: ${{ matrix.build }}-* CIBW_ARCHS: ${{ matrix.arch }}