Update azure-pipelines-release.yml

This commit is contained in:
Pascal Vizeli 2019-09-12 08:30:57 +02:00 committed by GitHub
parent 2ec86a2349
commit dfcffa14fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'