mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Update azure-pipelines-release.yml
This commit is contained in:
parent
2ec86a2349
commit
dfcffa14fb
@ -68,8 +68,8 @@ stages:
|
||||
- script: python setup.py sdist bdist_wheel
|
||||
displayName: 'Build package'
|
||||
- script: |
|
||||
TWINE_USERNAME="$(twineUser)"
|
||||
TWINE_PASSWORD="$(twinePassword)"
|
||||
export TWINE_USERNAME="$(twineUser)"
|
||||
export TWINE_PASSWORD="$(twinePassword)"
|
||||
|
||||
twine upload dist/* --skip-existing
|
||||
displayName: 'Upload pypi'
|
||||
|
Loading…
x
Reference in New Issue
Block a user