Skip to content

Commit df42f67

Browse files
authored
Merge pull request #238 from dfm/dependabot/github_actions/pypa/cibuildwheel-2.16.1
Bump pypa/cibuildwheel from 2.15.0 to 2.16.1
2 parents d078d3a + ecff61a commit df42f67

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)