Update pipeline

This commit is contained in:
Paulus Schoutsen 2019-07-17 13:00:34 -07:00
parent f3c24dc0b3
commit f3d1a421f4

View File

@ -63,5 +63,9 @@ stages:
versionSpec: "12.1"
- script: pip install twine wheel
displayName: "Install tools"
- script: script/release
- script: |
export TWINE_USERNAME="$(twineUser)"
export TWINE_PASSWORD="$(twinePassword)"
script/release
displayName: "Build and release package"