From 3e63c722bcb4488b3e7a23827af0cc46b115ca9d Mon Sep 17 00:00:00 2001 From: vtraag Date: Fri, 24 Apr 2020 23:49:31 +0200 Subject: [PATCH] CI: change to actual PyPi. --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 451f4293..eb5a8d23 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -61,7 +61,7 @@ on_success: ( python -m pip install twine && - python -m twine upload --repository-url https://test.pypi.org/legacy/ wheelhouse/*.whl + python -m twine upload --repository-url https://upload.pypi.org/legacy/ wheelhouse/*.whl ) for: @@ -89,7 +89,7 @@ for: on_success: - > if [ "$APPVEYOR_REPO_TAG" == "true" ]; then - python -m pip install twine && python -m twine upload --repository-url https://test.pypi.org/legacy/ testpyi wheelhouse/*.whl + python -m pip install twine && python -m twine upload --repository-url https://upload.pypi.org/legacy/ testpyi wheelhouse/*.whl fi - matrix: only: @@ -102,7 +102,7 @@ for: on_success: - > if [ "$APPVEYOR_REPO_TAG" == "true" ]; then - python -m pip install twine && python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*.tar.gz + python -m pip install twine && python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*.tar.gz fi artifacts: