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