Skip to content

Commit cb6379b

Browse files
committed
try this
1 parent e45dfab commit cb6379b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

appveyor.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,16 @@ build_script:
6464

6565
test_script:
6666
- "%PYTHON_DIR%\\python -m ci test"
67-
- ps: >-
68-
Copy-Item -Force .\dist\*.whl .
69-
- ps: >-
70-
Get-ChildItem
7167
- ps: >-
7268
Get-ChildItem .\dist\
7369
7470
artifacts:
75-
path: '**\*.whl'
76-
type: File
77-
name: trust_pypi_example
71+
- path: '**\*.whl'
72+
type: File
73+
name: trust_pypi_example
7874

7975
deploy:
8076
provider: GitHub
81-
artifact: '**\*.whl'
82-
name: trust_pypi_example
8377
# TODO update `auth_token.secure`
8478
# - Create a `public_repo` GitHub token. Go to: https://github.com/settings/tokens/new
8579
# - Encrypt it. Go to https://ci.appveyor.com/tools/encrypt

0 commit comments

Comments
 (0)