mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Update pipeline
This commit is contained in:
parent
f3c24dc0b3
commit
f3d1a421f4
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user