diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2023-03-14 22:12:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 22:12:40 -0400 |
commit | 8ad6c511e36e7b2a39be8af8b12b5da130afbf76 (patch) | |
tree | 0363f44c1f382d9b88e79431c32c7562a17c2cbf | |
parent | 3fe7cc46db3da877229e885efabcf669beef33ce (diff) | |
parent | 01300a91a2a7a6e04b3c729d467187cc03dcb999 (diff) | |
download | numpy-8ad6c511e36e7b2a39be8af8b12b5da130afbf76.tar.gz |
Merge pull request #23387 from numpy/dependabot/github_actions/pypa/cibuildwheel-2.12.1
Bump pypa/cibuildwheel from 2.12.0 to 2.12.1
-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 b25192f02..a04339648 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -114,7 +114,7 @@ jobs: if: ${{ matrix.buildplat[1] == 'win32' }} - name: Build wheels - uses: pypa/cibuildwheel@a808017c3962f4d678fe685239668aad8c150932 # v2.12.0 + uses: pypa/cibuildwheel@02ad79a31bf7aa0eee07f690509048d2fb9fd445 # v2.12.1 env: CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }} |