Skip to content

Commit ebe9d7c

Browse files
Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 (#206)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.1 to 2.12.3. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.12.1...v2.12.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 526d55e commit ebe9d7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up macOS
3535
run: brew unlink gfortran && brew link --overwrite gfortran
3636
if: ${{ runner.os == 'macOS' }}
37-
- uses: pypa/cibuildwheel@v2.12.1
37+
- uses: pypa/cibuildwheel@v2.12.3
3838
env:
3939
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}*
4040
CIBW_ARCHS: ${{ matrix.buildplat[2] }}

0 commit comments

Comments
 (0)