mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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
|
- script: python setup.py sdist bdist_wheel
|
||||||
displayName: 'Build package'
|
displayName: 'Build package'
|
||||||
- script: |
|
- script: |
|
||||||
TWINE_USERNAME="$(twineUser)"
|
export TWINE_USERNAME="$(twineUser)"
|
||||||
TWINE_PASSWORD="$(twinePassword)"
|
export TWINE_PASSWORD="$(twinePassword)"
|
||||||
|
|
||||||
twine upload dist/* --skip-existing
|
twine upload dist/* --skip-existing
|
||||||
displayName: 'Upload pypi'
|
displayName: 'Upload pypi'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user