diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2023-01-04 09:05:56 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2023-01-16 15:15:01 -0700 |
commit | 2f578ee315f468725ff5365e6de6a8928d673e5e (patch) | |
tree | 583f760feed8a0a4073a550544a5b33c5ec2b9cf /.github | |
parent | 72f9e153d18233cc85c83fe40b1d5906624379c5 (diff) | |
download | numpy-2f578ee315f468725ff5365e6de6a8928d673e5e.tar.gz |
BLD: Try 2.11.3 to narrow things down.
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 a3e6f474d..1956a9d0c 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.4 + uses: pypa/cibuildwheel@v2.11.3 env: CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }} |