Skip to content

Commit

Permalink
Build: Fix macOS Py2.7 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Feb 20, 2024
1 parent ce02a8e commit e83869c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ jobs:
- name: Build wheels
run: |
set USE_BUNDLE=true
set PATH=/Library/Frameworks/Python.framework/Versions/2.7/bin:$PATH
python setup.py --with-cython sdist ${{ contains(matrix.pyversion, '3.') && 'build_ext -j6' || '' }} bdist_wheel
- name: Release
Expand Down

0 comments on commit e83869c

Please sign in to comment.