Skip to content

Commit

Permalink
remove draft and change release title
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl committed Aug 28, 2017
1 parent 98cd14e commit f3aabde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ on_success:
- IF "%APPVEYOR_REPO_TAG%" == "true" (twine upload --skip-existing dist/*.whl)

deploy:
release: Version $(APPVEYOR_REPO_TAG_NAME)
description: 'Release description'
release: $(APPVEYOR_REPO_TAG_NAME)
description: 'New Release'
provider: GitHub
auth_token:
secure: 7TPX876BQbnkqNGJYoKi9hnbnsH6vQFkF0fzSe7keguq4g6FAf3W5uPc/s2Ya0vH
artifact: /.*\.msi/ # upload msi installers
draft: true
draft: false
prerelease: false
on:
appveyor_repo_tag: true # deploy on tag push only

0 comments on commit f3aabde

Please sign in to comment.