Skip to content

Commit f6481ca

Browse files
Merge pull request #138 from flintlib/dependabot/github_actions/pypa/cibuildwheel-2.18.1
Bump pypa/cibuildwheel from 2.17.0 to 2.18.1
2 parents a2e1250 + 449fd2c commit f6481ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildwheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: ${{ matrix.os == 'windows-2019' }}
4343

4444
- name: Build wheels
45-
uses: pypa/cibuildwheel@v2.17.0
45+
uses: pypa/cibuildwheel@v2.18.1
4646
env:
4747
# override setting in pyproject.toml to use msys2 instead of msys64 bash
4848
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows.sh

0 commit comments

Comments
 (0)