Skip to content

Commit

Permalink
update cibuildwheel to fix windows build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mueslo committed Mar 4, 2024
1 parent 77e4edb commit 58a1546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
echo "BUILD_NO_OPENMP=1" >> $GITHUB_ENV
- name: Build wheels for CPython ${{ matrix.cibw_build }}
uses: pypa/cibuildwheel@v2.12.3
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_ARCHS: ${{ matrix.cibw_archs }}

Expand Down

0 comments on commit 58a1546

Please sign in to comment.