Skip to content

Commit 989a277

Browse files
committed
[appveyor] added dist zip as artifact
1 parent 9121eeb commit 989a277

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,10 @@ after_test:
133133
#- ps: "ls dist"
134134
- "%CMD_IN_ENV% make package"
135135

136-
#artifacts:
136+
artifacts:
137137
# Archive the generated packages in the ci.appveyor.com build report.
138-
#- path: dist\*
138+
- path: dist\*.zip
139+
#- name:
139140

140141
#on_success:
141142
# - TODO: upload the content of dist/*.whl to a public wheelhouse

0 commit comments

Comments
 (0)