Unverified Commit 0e57e782 by Victor M. Alvarez Committed by GitHub

Deploy installers to Github. (#110)

parent b6c2c039
......@@ -187,6 +187,16 @@ artifacts:
# Archive the generated packages in the ci.appveyor.com build report.
- path: dist\*
deploy:
tag: $(APPVEYOR_REPO_TAG_NAME)
provider: GitHub
auth_token:
secure: d3qqX7bmrBiKJI38yFPc5vHrGGfS3LxLC7FaG6ewI2ghPPE22Pk6QtyrEFFb73PL
artifact: /.*\.exe/
draft: true
on:
APPVEYOR_REPO_TAG: true # deploy on tag push only
#on_success:
# - TODO: upload the content of dist/*.whl to a public wheelhouse
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment