diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b4f4acb..298742e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,9 +37,9 @@ jobs: - task: gitversion/execute@0 displayName: Use GitVersion - script: | - python -m pip install pipenv + python -m pip install pipenv twine pipenv install - python setup.py sdist + python setup.py sdist twine python -m twine upload ./dist/* --non-interactive -u __token__ -p $(pypi_token) - job: GithubRelease dependsOn: build