Skip to content

Commit

Permalink
Update cibuildwheel to incorporate pypa/cibuildwheel#1741 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
qnzhou committed Feb 8, 2024
1 parent 3c4edb1 commit 182fddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yaml
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: '3.8'

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_ARCHS_LINUX: auto64
CIBW_ARCHS_WINDOWS: auto64
Expand Down

0 comments on commit 182fddb

Please sign in to comment.