From 1e6b91b05ac5e69f1375a2c1b838e1ad8d115457 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 31 May 2019 23:10:09 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |