Skip to content

Commit

Permalink
Merge pull request #97 from madig/fix-appveyor-pt5
Browse files Browse the repository at this point in the history
AppVeyor: cd to main directory for package upload.
  • Loading branch information
madig authored Jul 3, 2018
2 parents ac43a19 + d76d9b9 commit 354560f
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 354560f

Please sign in to comment.