Skip to content

Commit ecff61a

Browse files
Bump pypa/cibuildwheel from 2.15.0 to 2.16.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.15.0 to 2.16.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.15.0...v2.16.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a10c2c1 commit ecff61a

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
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up macOS
3838
run: brew unlink gfortran && brew link --overwrite gfortran
3939
if: ${{ runner.os == 'macOS' }}
40-
- uses: pypa/cibuildwheel@v2.15.0
40+
- uses: pypa/cibuildwheel@v2.16.1
4141
- uses: actions/upload-artifact@v3
4242
with:
4343
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)