From 958b894020a6f4225373b0d9f44f04023eec9c44 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 fc511615b60..ae53e94a9b4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -143,8 +143,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: |