We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4183d95 commit c723865Copy full SHA for c723865
.appveyor.yml
@@ -52,3 +52,15 @@ after_test:
52
53
artifacts:
54
- 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