Skip to content

Commit

Permalink
wheel.yml: Update cibuildwheel to pass in MacOS
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Kaj Kjellerup Nacht <[email protected]>
  • Loading branch information
pnacht committed Nov 28, 2023
1 parent ad56e74 commit 3ced0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
python -m pip install cibuildwheel==2.12.0
python -m pip install cibuildwheel==2.16.2
- name: Build wheels
working-directory: ${{github.workspace}}/python
Expand Down

0 comments on commit 3ced0ec

Please sign in to comment.