From 3ba06143f6e2e417685f9352456da1e59a5d9d02 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Wed, 18 Sep 2019 16:26:58 +0100 Subject: [PATCH] Update pypi remote in pipelines --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ea33f2279..6aa3218af 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -71,6 +71,7 @@ jobs: - template: publish.yml@sunpy parameters: external_feed: 'PyPI' + pypi_remote: 'PyPI' targets: - sdist dependsOn: [Linux_37_offline,Windows_36_offline,macOS_37_online]