Skip to content

Commit 72e2d96

Browse files
committed
try another approach
1 parent b81016d commit 72e2d96

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

appveyor.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,16 @@ test_script:
6666
- "%PYTHON_DIR%\\python -m ci test"
6767
- ps: >-
6868
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
6976

7077
deploy:
78+
provider: GitHub
7179
artifact: /.*\.whl/
7280
type: File
7381
name: trust_pypi_example
@@ -77,15 +85,14 @@ deploy:
7785
# - Paste the output down here
7886
auth_token:
7987
secure: Z4WsdThBV6yomQH4V2M/T5/q1khChRPklJ+xDILxO34QGwcbqH2H0wlWvX+B+B89
80-
description: ''
88+
description: "trust_pypi_example"
8189
on:
8290
# TODO Here you can pick which targets will generate binary releases
8391
# In this example, there are some targets that are tested using the stable
8492
# and nightly channels. This condition makes sure there is only one release
8593
# for such targets and that's generated using the stable channel
8694
RUST_VERSION: stable
8795
appveyor_repo_tag: true
88-
provider: GitHub
8996

9097
cache:
9198
- C:\Users\appveyor\.cargo\registry

0 commit comments

Comments
 (0)