Skip to content

Commit

Permalink
Use latest cibuildwheel for pypy mac issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mckib2 authored Oct 17, 2020
1 parent bcc6096 commit 3c48c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==1.5.5
python -m pip install git+https://github.com/joerick/cibuildwheel.git@master
- name: Install Visual C++ for Python 2.7
if: runner.os == 'Windows'
Expand Down

0 comments on commit 3c48c8f

Please sign in to comment.