Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-watkins-croud committed May 14, 2024
1 parent 531d5e0 commit 9817678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9817678

Please sign in to comment.