Skip to content

Commit 7d6221f

Browse files
committed
get artifact
1 parent 1b57ab8 commit 7d6221f

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
@@ -64,9 +64,11 @@ build_script:
6464

6565
test_script:
6666
- "%PYTHON_DIR%\\python -m ci test"
67+
- ps: >-
68+
Git-ChildItem -R
6769
6870
deploy:
69-
artifact: 'dist\**\*.whl'
71+
artifact: '.\dist\*.whl'
7072
type: File
7173
# TODO update `auth_token.secure`
7274
# - Create a `public_repo` GitHub token. Go to: https://github.com/settings/tokens/new

0 commit comments

Comments
 (0)