From a341fa5becf2319c203f1aaf82a4854607a27ca0 Mon Sep 17 00:00:00 2001 From: Benedek Racz Date: Wed, 30 Oct 2019 16:42:34 +0100 Subject: [PATCH] [FIX] appveyor link --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2ef4c3a..d13b768 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,10 +41,10 @@ after_test: # Upload to pypi. # More precisely. Upload pypi the master builds, and to test-pypi any other builds. - # See more at https://stackoverflow.com/a/33662275/2506522 + # See more at https://stackoverflow.com/a/39155147/2506522 - IF %APPVEYOR_REPO_BRANCH%==master ( twine upload -r pypi dist\\wexpect*.tar.gz ) ELSE ( twine upload -r testpypi dist\\wexpect*.tar.gz - ) + ) \ No newline at end of file