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