mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Merge branch '2903-appveyor'
Fix the 'artifact' upload syntax to get separate wheels for all dependencies. closes ticket:2903
This commit is contained in:
commit
c8f747cb13
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user