From 460c6f2cc3616c122c42006898036df9c20b636f Mon Sep 17 00:00:00 2001 From: Ignacio Vizzo Date: Thu, 22 Feb 2024 14:27:36 +0100 Subject: [PATCH] Fix (hopefully) cibuildwheel (#278) More info: https://github.com/pypa/cibuildwheel/issues/1740 --- .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 0a5ede4f..9553b972 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -35,7 +35,7 @@ jobs: - name: Build test wheels (only PRs) if: github.event_name != 'release' - uses: pypa/cibuildwheel@v2.12.0 + uses: pypa/cibuildwheel@v2.16.5 env: # build 1 build per platform just to make sure we can do it later when releasing CIBW_BUILD: "cp310-*" with: @@ -43,7 +43,7 @@ jobs: - name: Build all wheels if: github.event_name == 'release' - uses: pypa/cibuildwheel@v2.12.0 + uses: pypa/cibuildwheel@v2.16.5 with: package-dir: ${{github.workspace}}/python/