diff --git a/azure-pipelines.yml b/azure-pipelines.yml index eaf04588d27..0f9919b7507 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -144,8 +144,8 @@ jobs: displayName: 'Use Python 3.7' inputs: versionSpec: '3.7' - - script: pip install twine - displayName: 'Install twine' + - script: pip install twine wheel + displayName: 'Install tools' - script: python setup.py sdist bdist_wheel displayName: 'Build package' - script: |