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 d98d49f commit 9f26c6bCopy full SHA for 9f26c6b
appveyor.yml
@@ -68,8 +68,9 @@ test_script:
68
Get-ChildItem -R
69
70
deploy:
71
- artifact: '.\dist\*.whl'
+ artifact: 'dist\*.whl'
72
type: File
73
+ name: trust_pypi_example
74
# TODO update `auth_token.secure`
75
# - Create a `public_repo` GitHub token. Go to: https://github.com/settings/tokens/new
76
# - Encrypt it. Go to https://ci.appveyor.com/tools/encrypt
0 commit comments