mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Update pipeline
This commit is contained in:
parent
f3c24dc0b3
commit
f3d1a421f4
@ -63,5 +63,9 @@ stages:
|
|||||||
versionSpec: "12.1"
|
versionSpec: "12.1"
|
||||||
- script: pip install twine wheel
|
- script: pip install twine wheel
|
||||||
displayName: "Install tools"
|
displayName: "Install tools"
|
||||||
- script: script/release
|
- script: |
|
||||||
|
export TWINE_USERNAME="$(twineUser)"
|
||||||
|
export TWINE_PASSWORD="$(twinePassword)"
|
||||||
|
|
||||||
|
script/release
|
||||||
displayName: "Build and release package"
|
displayName: "Build and release package"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user