Skip to content

Commit

Permalink
added test cibuildwheel to macos_10_14
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik-byte committed Oct 9, 2020
1 parent 62208fb commit d1e505b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- bash: |
git submodule update --init --recursive
python -m pip install --upgrade pip
pip install cibuildwheel
pip install git+https://github.com/Czaki/cibuildwheel.git@macos_certif
MACOSX_DEPLOYMENT_TARGET="10.14" cibuildwheel --output-dir wheelhouse .
- task: PublishPipelineArtifact@1
inputs:
Expand Down

0 comments on commit d1e505b

Please sign in to comment.