diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-03 11:22:44 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-03 11:22:44 -0400 |
| commit | 8e3d9f9642b83da914bc3c752fcb229a3d552a3f (patch) | |
| tree | e2d40d565a6f1c61f2ebfe4be7dfaa4af9eea6df | |
| parent | 64ff31db2f1edf67ae8f1039531de80ce82eff0f (diff) | |
| download | external_python_setuptools-8e3d9f9642b83da914bc3c752fcb229a3d552a3f.tar.gz external_python_setuptools-8e3d9f9642b83da914bc3c752fcb229a3d552a3f.tar.bz2 external_python_setuptools-8e3d9f9642b83da914bc3c752fcb229a3d552a3f.zip | |
Update the upload endpoint to use a different hostname and path. Ref #589.
| -rw-r--r-- | .travis.yml | 3 | ||||
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rwxr-xr-x | setup.cfg | 3 |
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 ------- @@ -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 |
