Merge branch '2903-appveyor'

Fix the 'artifact' upload syntax to get separate wheels for all dependencies.

closes ticket:2903
This commit is contained in:
Brian Warner 2018-02-08 12:10:42 -08:00
commit c8f747cb13

View File

@ -47,7 +47,7 @@ artifacts:
# bdist_wheel puts your built wheel in the dist directory
# "pip wheel -w dist ." puts all the dependency wheels there too
# this gives us a zipfile with everything
- path: dist
- path: 'dist\*'
#on_success:
# You can use this step to upload your artifacts to a public website.