Commit 108198ed authored by Jason R. Coombs's avatar Jason R. Coombs

Specify the repository URL in Travis config also. Fixes #589.

parent 0cb7d006
...@@ -26,6 +26,7 @@ before_deploy: ...@@ -26,6 +26,7 @@ before_deploy:
- export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=1 - export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=1
deploy: deploy:
provider: pypi provider: pypi
server: https://pypi.io/pypi
on: on:
tags: true tags: true
all_branches: true all_branches: true
......
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
CHANGES 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 v22.0.2
------- -------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment