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 Aug 15, 2021
1 parent 9ddc6c9 commit 1b03de2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines.yml
Expand Up @@ -44,8 +44,7 @@ jobs:
export CIBW_MANYLINUX_X86_64_IMAGE="manylinux2014"
export CIBW_BEFORE_BUILD="pip install ."
export CIBW_BEFORE_BUILD="pip install pybind11 cython numpy scipy pyquickhelper"
export CIBW_BUILD="cp37-manylinux_x86_64 cp38-manylinux_x86_64"
# fails here cp39-manylinux_x86_64, succeeds locally
export CIBW_BUILD="cp37-manylinux_x86_64 cp38-manylinux_x86_64 cp39-manylinux_x86_64"
python -m cibuildwheel --output-dir dist/wheelhouse --platform linux
displayName: 'Build Package manylinux2014'
- task: PublishPipelineArtifact@0
Expand Down Expand Up @@ -80,7 +79,7 @@ jobs:
python -m pip install cibuildwheel
set CIBW_BEFORE_BUILD=pip install .
set CIBW_BEFORE_BUILD=pip install pybind11 cython numpy scipy pyquickhelper
set CIBW_BUILD=cp37-win_amd64 cp38-win_amd64 cp39-win_amd64
set CIBW_BUILD="cp37-win_amd64 cp38-win_amd64 cp39-win_amd64"
python -m cibuildwheel --output-dir dist/wheelhouse
displayName: 'Build Package many'
- task: PublishPipelineArtifact@0
Expand Down

0 comments on commit 1b03de2

Please sign in to comment.