Skip to content

Commit

Permalink
azure yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wboxx1 committed May 1, 2020
1 parent 97787fd commit ae20424
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions azure-pipelines.yml
Expand Up @@ -96,19 +96,13 @@ stages:
- script: |
python -m pip install --upgrade pip
pip install poetry
pip install twine
displayName: 'Install dependencies'
- script: |
poetry build
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'

0 comments on commit ae20424

Please sign in to comment.