Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Pascal Vizeli 2019-05-31 23:10:09 +02:00
parent d966e0cfce
commit 1e6b91b05a

View File

@ -144,8 +144,8 @@ jobs:
displayName: 'Use Python 3.7' displayName: 'Use Python 3.7'
inputs: inputs:
versionSpec: '3.7' versionSpec: '3.7'
- script: pip install twine - script: pip install twine wheel
displayName: 'Install twine' displayName: 'Install tools'
- script: python setup.py sdist bdist_wheel - script: python setup.py sdist bdist_wheel
displayName: 'Build package' displayName: 'Build package'
- script: | - script: |