try a backslash

This commit is contained in:
Brian Warner 2018-02-08 11:43:51 -08:00
parent 33b5da48ff
commit 9da41d67e2

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.