Skip to content

Commit

Permalink
Upgrade cibuildwheel to 2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Nov 15, 2023
1 parent d6c8a79 commit b26988e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ stages:
- bash: |
set -ex
python dev/updatelib.py
python -m pip install setuptools
python setup.py sdist -d upload
pip install .
cd docs
Expand All @@ -33,7 +34,7 @@ stages:
- bash: |
set -ex
python dev/updatelib.py
python -m pip install --upgrade cibuildwheel==2.12.0
python -m pip install --upgrade cibuildwheel==2.16.2
cibuildwheel --platform linux --output-dir wheelhouse .
displayName: Build wheels
- task: PublishBuildArtifacts@1
Expand All @@ -45,7 +46,7 @@ stages:
- bash: |
set -ex
python dev/updatelib.py
python -m pip install --upgrade cibuildwheel==2.12.0
python -m pip install --upgrade cibuildwheel==2.16.2
cibuildwheel --platform macos --output-dir wheelhouse .
displayName: Build wheels
- task: PublishBuildArtifacts@1
Expand All @@ -57,7 +58,7 @@ stages:
- bash: |
set -ex
python dev/updatelib.py
python -m pip install --upgrade cibuildwheel==2.12.0
python -m pip install --upgrade cibuildwheel==2.16.2
cibuildwheel --platform windows --output-dir wheelhouse .
displayName: Build wheels
- task: PublishBuildArtifacts@1
Expand Down Expand Up @@ -121,7 +122,7 @@ stages:
- bash: |
set -ex
python dev/updatelib.py
python -m pip install --upgrade cibuildwheel==2.15.0
python -m pip install --upgrade cibuildwheel==2.16.2
cibuildwheel --platform linux --output-dir wheelhouse .
displayName: Build wheels
- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit b26988e

Please sign in to comment.