Skip to content

Commit 79f014c

Browse files
committed
Adding artifacts so we can get to dist/ generated.
1 parent da555d6 commit 79f014c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,7 @@ after_test:
104104
- "%CMD_IN_ENV% python setup.py bdist_wininst"
105105
- "%CMD_IN_ENV% python setup.py bdist_msi"
106106
- ps: "ls dist"
107+
108+
artifacts:
109+
# Archive the generated packages in the ci.appveyor.com build report.
110+
- path: dist\*

0 commit comments

Comments
 (0)