From 7c230c521e5225283904910b83d238617375d96d Mon Sep 17 00:00:00 2001 From: Serhii Babak Date: Fri, 18 Oct 2024 15:57:16 +0300 Subject: [PATCH] SCALRCORE-32679 update cibuildwheel to latest --- .github/workflows/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index a032c9a..10a6c49 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -78,7 +78,7 @@ jobs: - name: Build wheels on linux if: ${{ matrix.buildplat[1] == 'manylinux' }} - uses: pypa/cibuildwheel@v2.19.2 + uses: pypa/cibuildwheel@v2.21.3 env: CIBW_ENVIRONMENT: PATH=$(pwd)/go/bin:$PATH CIBW_BEFORE_BUILD: sh pre-build-command.sh @@ -88,7 +88,7 @@ jobs: - name: Build wheels on macos if: ${{ matrix.buildplat[1] == 'macosx' }} - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.21.3 env: CIBW_ENVIRONMENT: PATH=$(pwd)/go/bin:$PATH CIBW_BEFORE_BUILD: sh pre-build-command.sh