diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-03 10:30:03 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-03 10:30:03 -0400 |
commit | 108198edebeb655c6ad04ebefd6af9208a7ff863 (patch) | |
tree | ad1d7d1cd4235fb26b641d2186c80bec95092875 | |
parent | 0cb7d00601c451faca392b652273dadfd85ca6fa (diff) | |
download | external_python_setuptools-108198edebeb655c6ad04ebefd6af9208a7ff863.tar.gz external_python_setuptools-108198edebeb655c6ad04ebefd6af9208a7ff863.tar.bz2 external_python_setuptools-108198edebeb655c6ad04ebefd6af9208a7ff863.zip |
Specify the repository URL in Travis config also. Fixes #589.
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | CHANGES.rst | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index feeb039f..de2bd43c 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 b74c2189..3f17c5da 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 ------- |