File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,16 @@ test_script:
66
66
- " %PYTHON_DIR%\\ python -m ci test"
67
67
- ps : >-
68
68
Copy-Item -Force .\dist\*.whl .
69
+ Get-ChildItem
70
+ Get-ChildItem .\dist\
71
+
72
+ artifacts :
73
+ path : ' **\*.whl'
74
+ type : File
75
+ name : trust_pypi_example
69
76
70
77
deploy :
78
+ provider : GitHub
71
79
artifact : /.*\.whl/
72
80
type : File
73
81
name : trust_pypi_example
@@ -77,15 +85,14 @@ deploy:
77
85
# - Paste the output down here
78
86
auth_token :
79
87
secure : Z4WsdThBV6yomQH4V2M/T5/q1khChRPklJ+xDILxO34QGwcbqH2H0wlWvX+B+B89
80
- description : ' '
88
+ description : " trust_pypi_example "
81
89
on :
82
90
# TODO Here you can pick which targets will generate binary releases
83
91
# In this example, there are some targets that are tested using the stable
84
92
# and nightly channels. This condition makes sure there is only one release
85
93
# for such targets and that's generated using the stable channel
86
94
RUST_VERSION : stable
87
95
appveyor_repo_tag : true
88
- provider : GitHub
89
96
90
97
cache :
91
98
- C:\Users\appveyor\.cargo\registry
You can’t perform that action at this time.
0 commit comments