diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-03 11:42:30 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-03 11:42:30 -0400 |
| commit | 01e1054c171649eb7d29659855a6879197de1c6e (patch) | |
| tree | f6571d6baa6415d8171660eb7a703f8890c59b02 | |
| parent | 9be2402fe54f0fff1af9e0d2c420c18e62a318af (diff) | |
| download | python-setuptools-git-01e1054c171649eb7d29659855a6879197de1c6e.tar.gz | |
Override the repository for uploading docs (back to default). Fixes #604.
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rwxr-xr-x | setup.cfg | 1 |
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 ------- @@ -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 |
