We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45dfab commit cb6379bCopy full SHA for cb6379b
appveyor.yml
@@ -64,22 +64,16 @@ build_script:
64
65
test_script:
66
- "%PYTHON_DIR%\\python -m ci test"
67
- - ps: >-
68
- Copy-Item -Force .\dist\*.whl .
69
70
- Get-ChildItem
71
- ps: >-
72
Get-ChildItem .\dist\
73
74
artifacts:
75
- path: '**\*.whl'
76
- type: File
77
- name: trust_pypi_example
+ - path: '**\*.whl'
+ type: File
+ name: trust_pypi_example
78
79
deploy:
80
provider: GitHub
81
- artifact: '**\*.whl'
82
83
# TODO update `auth_token.secure`
84
# - Create a `public_repo` GitHub token. Go to: https://github.com/settings/tokens/new
85
# - Encrypt it. Go to https://ci.appveyor.com/tools/encrypt
0 commit comments