summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorSumana Harihareswara <sh@changeset.nyc>2020-05-28 16:46:32 -0400
committerSumana Harihareswara <sh@changeset.nyc>2020-05-28 16:51:02 -0400
commitcef69fef7fa2895abde0763f4abe54bf3c255e7e (patch)
tree9037f701a53e53b725f6f8bb93418a55d5698c02 /.azure-pipelines
parent1e67c3cc201c3eaf7ac6927954729a01e4c28e45 (diff)
downloadpip-cef69fef7fa2895abde0763f4abe54bf3c255e7e.tar.gz
Updated author email in configuration and tests
Per https://groups.google.com/d/msg/pypa-dev/rUNsfIbruHM/LCEx-CB5AgAJ the pypa-dev Google Group is now decommissioned. Using distutils-sig instead as author/maintainer email. Signed-off-by: Sumana Harihareswara <sh@changeset.nyc>
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/jobs/package.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/jobs/package.yml b/.azure-pipelines/jobs/package.yml
index 8663720de..bdb0254a1 100644
--- a/.azure-pipelines/jobs/package.yml
+++ b/.azure-pipelines/jobs/package.yml
@@ -16,7 +16,7 @@ jobs:
versionSpec: '3'
- bash: |
- git config --global user.email "pypa-dev@googlegroups.com"
+ git config --global user.email "distutils-sig@python.org"
git config --global user.name "pip"
displayName: Setup Git credentials