Skip to content

Commit a15022b

Browse files
committed
try getting artifact
1 parent 2b28328 commit a15022b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,14 @@ install:
6161

6262
build_script:
6363
- "%PYTHON_DIR%\\python -m ci build"
64+
- ps: >-
65+
Copy-Item dist\*.whl .
6466
6567
test_script:
6668
- "%PYTHON_DIR%\\python -m ci test"
6769

6870
deploy:
69-
artifact: dist\**\*.whl
71+
artifact: '**\*.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)