Skip to content

Commit 8e5f8f9

Browse files
committed
fix PS
1 parent 72e2d96 commit 8e5f8f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,15 @@ test_script:
6666
- "%PYTHON_DIR%\\python -m ci test"
6767
- ps: >-
6868
Copy-Item -Force .\dist\*.whl .
69+
- ps: >-
6970
Get-ChildItem
71+
- ps: >-
7072
Get-ChildItem .\dist\
7173
7274
artifacts:
7375
path: '**\*.whl'
7476
type: File
75-
name: trust_pypi_example
77+
name: trust_pypi_example
7678

7779
deploy:
7880
provider: GitHub

0 commit comments

Comments
 (0)