From 97b452b264467267381d55a38a6ca412782c5b51 Mon Sep 17 00:00:00 2001 From: Benedek Racz Date: Mon, 23 Sep 2019 14:05:28 +0200 Subject: [PATCH] [FIX] trying appveyor deployment --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e3a8cc9..6b1ccb6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ --- environment: - # Encrypted password (more precisely: password) for upload distro to pypy: + # Encrypted password (more precisely: token) for upload distro to pypy: # The "pypipw" is a custom name. # The original (sensitive) token is generated by the pypi: https://pypi.org/manage/account/token/ # The token has encripted by the appveyor: https://ci.appveyor.com/tools/encrypt @@ -39,9 +39,9 @@ after_test: # Create source distribution. - python -m setup sdist + # Upload to offitial pypi + - twine upload dist\\wexpect*.tar.gz + # Upload to test pypi - twine upload -r testpypi dist\\wexpect*.tar.gz - - # Upload to offitial pypi - - twine upload -r pypi dist\\wexpect*.tar.gz \ No newline at end of file