Skip to content

Commit

Permalink
Specify the repository URL in Travis config also. Fixes #589.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 3, 2016
1 parent 0cb7d00 commit 108198e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.rst
Expand Up @@ -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
-------

Expand Down

0 comments on commit 108198e

Please sign in to comment.