diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-14 23:05:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 23:05:41 +0000 |
commit | 01300a91a2a7a6e04b3c729d467187cc03dcb999 (patch) | |
tree | f144251c6068d3ae9d43b4fc8be13dc22a493364 | |
parent | 60d6ddcb5cff06af9d901c24be691f07df25d855 (diff) | |
download | numpy-01300a91a2a7a6e04b3c729d467187cc03dcb999.tar.gz |
Bump pypa/cibuildwheel from 2.12.0 to 2.12.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/a808017c3962f4d678fe685239668aad8c150932...02ad79a31bf7aa0eee07f690509048d2fb9fd445)
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-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] }} |