Skip to content

Commit

Permalink
mod build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoli committed Aug 1, 2024
1 parent de6b225 commit a078178
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,17 @@ jobs:
python -m pip install certifi cibuildwheel
python -m pip install -r requirements.txt
- name: Build MacOS wheel
if: matrix.os == 'macos-latest'
env:
CIBW_BUILD: "cp37-macosx_x86_64 cp38-macosx_x86_64 cp311-macosx_x86_64 cp39-macosx_x86_64 cp310-macosx_x86_64 cp311-macosx_x86_64 cp312-macosx_x86_64"
CIBW_BEFORE_ALL: brew install libomp
CIBW_BEFORE_BUILD_MACOS: |
python -m pip install -U pip
python -m pip install certifi cibuildwheel
python -m pip install -r requirements.txt
# - name: Build MacOS wheel
# if: matrix.os == 'macos-latest'
# env:
# CIBW_BUILD: "cp37-macosx_x86_64 cp38-macosx_x86_64 cp311-macosx_x86_64 cp39-macosx_x86_64 cp310-macosx_x86_64 cp311-macosx_x86_64 cp312-macosx_x86_64"
# CIBW_BEFORE_ALL: brew install libomp
# CIBW_BEFORE_BUILD_MACOS: |
# python -m pip install -U pip
# python -m pip install certifi cibuildwheel
# python -m pip install -r requirements.txt

run: python -m cibuildwheel --platform macos --output-dir dist
# run: python -m cibuildwheel --platform macos --output-dir dist

- name: Build linux wheels
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit a078178

Please sign in to comment.