Skip to content

Commit c723865

Browse files
author
Martin Gallo
committed
Releasing on GitHub
1 parent 4183d95 commit c723865

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.appveyor.yml

+12
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,15 @@ after_test:
5252

5353
artifacts:
5454
- path: dist\*.whl
55+
56+
deploy:
57+
release: "pysap $(appveyor_repo_tag_name)"
58+
provider: GitHub
59+
auth_token:
60+
secure: eoqV4zW9O/Oszrp6hzgBlJKXopstWGolJLeUV9nPC9BH7ME14AG9A7lyvSaALwns
61+
artifact: dist\*.whl
62+
draft: true
63+
force_update: true
64+
on:
65+
branch: master
66+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)