Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 24, 2022
1 parent 19f9843 commit 86bff90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Expand Up @@ -114,6 +114,7 @@ jobs:
- script: |
python -m pip install cibuildwheel
export CIBW_BEFORE_BUILD="pip install numpy pybind11 cython scipy pyquickhelper"
export CIBW_BUILD_VERBOSITY=1
export CIBW_BUILD="cp37-macosx_x86_64 cp38-macosx_x86_64 cp39-macosx_x86_64 cp310-macosx_x86_64"
python -m cibuildwheel --output-dir dist/wheelhouse
displayName: 'Build Package many'
Expand Down

0 comments on commit 86bff90

Please sign in to comment.