aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-06-03 10:30:03 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-06-03 10:30:03 -0400
commit108198edebeb655c6ad04ebefd6af9208a7ff863 (patch)
treead1d7d1cd4235fb26b641d2186c80bec95092875
parent0cb7d00601c451faca392b652273dadfd85ca6fa (diff)
downloadexternal_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.yml1
-rw-r--r--CHANGES.rst6
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
-------