We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f2b2f commit 1190cfdCopy full SHA for 1190cfd
appveyor.yml
@@ -71,12 +71,16 @@ after_test:
71
# interpreter
72
- "ls build\\lib\\py_sourcemap"
73
74
+artifacts:
75
+ - path: build\lib\py_sourcemap\*.pyd
76
+ name: Binary
77
+
78
deploy:
79
provider: GitHub
80
description: $(APPVEYOR_REPO_TAG_NAME)
81
auth_token:
82
secure: WOwBw2Tzivslwkbev6rJfhZfUbcfRvENwqQZfRZBL5R6L+Cb0y2tv5lyobrZiWPq
- artifact: ./build/lib/py_sourcemap/*.pyd
83
+ artifact: Binary
84
draft: false
85
prerelease: false
86
on:
0 commit comments