diff --git a/.travis.yml b/.travis.yml index feeb039fcd..de2bd43c06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ before_deploy: - export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=1 deploy: provider: pypi + server: https://pypi.io/pypi on: tags: true all_branches: true diff --git a/CHANGES.rst b/CHANGES.rst index b74c21897d..3f17c5da78 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ CHANGES ======= +v22.0.3 +------- + +* #589: Releases are now uploaded to pypi.io (Warehouse) + even when releases are made on Twine via Travis. + v22.0.2 -------