Skip to content

Commit d20f37f

Browse files
authored
Merge pull request #2775 from wangzhaode/feature/update_cibuildwheel
[CI:Bugfix] Update cibuildwheel to 2.16.5 to fix windows bug.
2 parents 7eddd45 + 2eb733f commit d20f37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pymnn_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: '3.9'
3030

3131
- name: Build wheels
32-
uses: pypa/cibuildwheel@v2.11.4
32+
uses: pypa/cibuildwheel@v2.16.5
3333
env:
3434
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
3535
CIBW_ARCHS_LINUX: ${{ matrix.arch }}

0 commit comments

Comments
 (0)