Skip to content

Commit

Permalink
Adding artifacts so we can get to dist/ generated.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Nov 19, 2015
1 parent 41a26b6 commit b7e260c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,7 @@ after_test:
- "%CMD_IN_ENV% python setup.py bdist_wininst"
- "%CMD_IN_ENV% python setup.py bdist_msi"
- ps: "ls dist"

artifacts:
# Archive the generated packages in the ci.appveyor.com build report.
- path: dist\*

0 comments on commit b7e260c

Please sign in to comment.