summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-06-03 11:42:30 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-06-03 11:42:30 -0400
commit01e1054c171649eb7d29659855a6879197de1c6e (patch)
treef6571d6baa6415d8171660eb7a703f8890c59b02
parent9be2402fe54f0fff1af9e0d2c420c18e62a318af (diff)
downloadpython-setuptools-git-01e1054c171649eb7d29659855a6879197de1c6e.tar.gz
Override the repository for uploading docs (back to default). Fixes #604.
-rw-r--r--CHANGES.rst6
-rwxr-xr-xsetup.cfg1
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index df0c9824..b763607c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
CHANGES
=======
+v22.0.5
+-------
+
+* #604: Restore repository for upload_docs command
+ to restore publishing of docs during release.
+
v22.0.4
-------
diff --git a/setup.cfg b/setup.cfg
index 47248a67..e34ebee7 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,6 +25,7 @@ repository = https://upload.pypi.io/legacy/
[upload_docs]
upload-dir = docs/build/html
+repository = https://pypi.python.org/pypi
[sdist]
formats = gztar zip