Skip to content

Commit

Permalink
add deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Feb 3, 2018
1 parent 2a13e44 commit 85f1242
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,15 @@ after_test:
artifacts:
# Archive the generated packages in the ci.appveyor.com build report.
- path: dist\*

deploy:
description: 'wheel from appveyor'
provider: GitHub
auth_token:
secure: cWOjktNgOeRYJwkvayAASUlkYKo5uQt7ZrvP0CQ/a+0QEOB3ArlciA8JzP3+Tr/S # your encrypted token from GitHub
draft: false
prerelease: false
force_update: true
on:
branch: master # release from master branch only
appveyor_repo_tag: false # deploy on tag push only

0 comments on commit 85f1242

Please sign in to comment.