Skip to content

Commit

Permalink
SCALRCORE-32679 update cibuildwheel to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mermoldy committed Oct 18, 2024
1 parent d245d1f commit 7c230c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7c230c5

Please sign in to comment.