Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Jul 17, 2019
1 parent f3c24dc commit f3d1a42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f3d1a42

Please sign in to comment.