diff options
author | mayeut <mayeut@users.noreply.github.com> | 2022-02-27 10:18:31 +0100 |
---|---|---|
committer | mayeut <mayeut@users.noreply.github.com> | 2022-03-03 23:28:59 +0100 |
commit | 9d5378bcba9f33cea97b78a6cfb3cdc9ed743535 (patch) | |
tree | 1e0148805164e27025a15706dc78045653a8fd9b /.github/workflows | |
parent | acd92c9b42713456a48248e070db525581aefd51 (diff) | |
download | numpy-9d5378bcba9f33cea97b78a6cfb3cdc9ed743535.tar.gz |
BLD: bump cibuildwheel 2.3.0 → 2.3.1 on GHA [wheel build]
Travis-CI already uses 2.3.1, use the same version for GitHub Actions workflow.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/wheels.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index dda06fca1..2e7caaa2c 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -110,7 +110,7 @@ jobs: refreshenv if: ${{ env.IS_32_BIT == 'true' }} - name: Build wheels - uses: pypa/cibuildwheel@v2.3.0 + uses: pypa/cibuildwheel@v2.3.1 env: NPY_USE_BLAS_ILP64: ${{ env.IS_32_BIT == 'true' && '0' || '1' }} CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }} |