Skip to content

Commit

Permalink
CD: updated the version of cibuildwheel from 2.16.5 to 2.17.0.
Browse files Browse the repository at this point in the history
This was needed to get our Python wheels to build on macOS ARM:
- see https://github.com/opencor/libopencor/actions/runs/8563026452/job/23468147591 for 2.16.5; and
- see https://github.com/opencor/libopencor/actions/runs/8563766586/job/23469308924 for 2.17.0.
  • Loading branch information
agarny authored Apr 5, 2024
2 parents ba656f1 + 01d33c4 commit 3ba7a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
if: ${{ runner.os == 'Windows' }}
uses: ilammy/msvc-dev-cmd@v1
- name: Build Python wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_ARCHS: auto64
CIBW_BUILD: 'cp*'
Expand Down

0 comments on commit 3ba7a95

Please sign in to comment.