Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Pascal Vizeli 2019-05-31 23:10:09 +02:00 committed by Pascal Vizeli
parent 5c8f209aa7
commit 958b894020

View File

@ -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: |