Skip to content

Commit

Permalink
Use cibuildwheel v2.16.5 to fix Windows powershell build errors (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Jan 31, 2024
1 parent 324b0a3 commit d123498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
if: runner.os == 'Windows'

- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5
env:
CIBW_ARCHS: "${{ matrix.arch }}"
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
Expand Down

0 comments on commit d123498

Please sign in to comment.