Skip to content

Commit b81016d

Browse files
committed
move and collect wheels
1 parent 9f26c6b commit b81016d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ build_script:
6565
test_script:
6666
- "%PYTHON_DIR%\\python -m ci test"
6767
- ps: >-
68-
Get-ChildItem -R
68+
Copy-Item -Force .\dist\*.whl .
6969
7070
deploy:
71-
artifact: 'dist\*.whl'
71+
artifact: /.*\.whl/
7272
type: File
7373
name: trust_pypi_example
7474
# TODO update `auth_token.secure`

0 commit comments

Comments
 (0)