aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
-rw-r--r--CHANGES.rst6
-rwxr-xr-xsetup.cfg3
3 files changed, 10 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index de2bd43c..e91f7e78 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,8 @@ before_deploy:
- export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=1
deploy:
provider: pypi
- server: https://pypi.io/pypi
+ # Also update server in setup.cfg
+ server: https://upload.pypi.io/legacy/
on:
tags: true
all_branches: true
diff --git a/CHANGES.rst b/CHANGES.rst
index 3f17c5da..df0c9824 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
CHANGES
=======
+v22.0.4
+-------
+
+* #589: Upload releases to pypi.io using the upload
+ hostname and legacy path.
+
v22.0.3
-------
diff --git a/setup.cfg b/setup.cfg
index db9b1e3b..bca1dae2 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,7 +20,8 @@ build-dir = docs/build
all_files = 1
[upload]
-repository = https://pypi.io/pypi
+# also update in .travis.yml
+repository = https://upload.pypi.io/legacy/
[upload_docs]
upload-dir = docs/build/html