From f3aabdeeecebea7eaa485a01285e819270d25bd6 Mon Sep 17 00:00:00 2001 From: Johannes Pohl Date: Mon, 28 Aug 2017 10:40:49 +0200 Subject: [PATCH] remove draft and change release title --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5bff7d03ec..f1c969b946 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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