Skip to content

Commit

Permalink
azure update again
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Apr 26, 2019
1 parent be22615 commit 46de515
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ steps:
externalSources: '025cb3c4-642b-4fac-829c-fe8634f1a504' # test-pypi
# externalSources: '5ba26794-ed5b-43b0-8414-7bb1416ec0ad' # regular pypi

- script: 'cat $(PYPIRC_PATH)'
- script: |
cat $(PYPIRC_PATH)
pwd
ls -all
ls dist/*
displayName: 'deleteme'

- script: |
Expand Down

0 comments on commit 46de515

Please sign in to comment.