diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2023-01-03 12:31:06 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2023-01-16 15:15:01 -0700 |
commit | 72f9e153d18233cc85c83fe40b1d5906624379c5 (patch) | |
tree | 784b6e5c5049169c85f473c630e0778d4834f755 /.github | |
parent | 6b5cd92675139511b4b24ddfe822e96b03700edb (diff) | |
download | numpy-72f9e153d18233cc85c83fe40b1d5906624379c5.tar.gz |
BLD: Try building wheels with cibuildwheel 2.11.4
Diffstat (limited to '.github')
-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 b31f50ab8..a3e6f474d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -117,7 +117,7 @@ jobs: if: ${{ matrix.buildplat[1] == 'win32' }} - name: Build wheels - uses: pypa/cibuildwheel@v2.11.2 + uses: pypa/cibuildwheel@v2.11.4 env: CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }} |