Skip to content

Commit

Permalink
cd to main directory for package upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
madig committed Jul 3, 2018
1 parent 2227fce commit d76d9b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ on_success:
- ps: >-
if ($env:APPVEYOR_REPO_TAG -eq 'true') {
Write-Output ("Deploying " + $env:APPVEYOR_REPO_TAG_NAME + " to PyPI...")
cd ..
pip install --upgrade twine
twine upload (ls dist\*.whl)
twine upload dist\*.whl
} else {
Write-Output "Not deploying as this is not a tagged commit"
}

0 comments on commit d76d9b9

Please sign in to comment.