Skip to content

Commit

Permalink
Change working directory for deploy script in azure
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jul 28, 2019
1 parent e1ff213 commit 8797bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
vispyDeployMacOS/*.whl
vispyDeployWindows/*.whl
- bash: |
cd $(Pipeline.Workspace)
python -m pip install --upgrade pip
pip install twine
ls
Expand Down

0 comments on commit 8797bcc

Please sign in to comment.