Skip to content

Commit 7c230c5

Browse files
committed
SCALRCORE-32679 update cibuildwheel to latest
1 parent d245d1f commit 7c230c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/default.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Build wheels on linux
8080
if: ${{ matrix.buildplat[1] == 'manylinux' }}
81-
uses: pypa/cibuildwheel@v2.19.2
81+
uses: pypa/cibuildwheel@v2.21.3
8282
env:
8383
CIBW_ENVIRONMENT: PATH=$(pwd)/go/bin:$PATH
8484
CIBW_BEFORE_BUILD: sh pre-build-command.sh
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Build wheels on macos
9090
if: ${{ matrix.buildplat[1] == 'macosx' }}
91-
uses: pypa/cibuildwheel@v2.16.2
91+
uses: pypa/cibuildwheel@v2.21.3
9292
env:
9393
CIBW_ENVIRONMENT: PATH=$(pwd)/go/bin:$PATH
9494
CIBW_BEFORE_BUILD: sh pre-build-command.sh

0 commit comments

Comments
 (0)