From ae20424a1a9dd13c75144486a14f91a6b0e056cb Mon Sep 17 00:00:00 2001 From: wboxx1 Date: Thu, 30 Apr 2020 20:56:29 -0500 Subject: [PATCH] azure yml fix --- azure-pipelines.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e66e95a..9a5e2d5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -96,6 +96,7 @@ stages: - script: | python -m pip install --upgrade pip pip install poetry + pip install twine displayName: 'Install dependencies' - script: | @@ -103,12 +104,5 @@ stages: displayName: 'Build' - script: | - poetry run python retrieve_token.py - displayName: 'Retrieve token' - - - script: | - echo $PYPIRC_PATH - pwd - poetry run ls -a - twine upload -r "pypitest" --config-file $PYPIRC_PATH dist/*.whl + twine upload -r "pypitest" --config-file $PYPIRC_PATH dist/* displayName: 'Publish'