Skip to content

Commit

Permalink
Update upload target
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 8, 2016
1 parent 1b2e949 commit 29c8385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ before_deploy:
deploy:
provider: pypi
# Also update server in setup.cfg
server: https://upload.pypi.io/legacy/
server: https://upload.pypi.org/legacy/
on:
tags: true
all_branches: true
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ binary = bdist_egg upload --show-response
test = pytest

[upload]
repository = https://upload.pypi.io/legacy/
repository = https://upload.pypi.org/legacy/

[sdist]
formats = gztar zip
Expand Down

0 comments on commit 29c8385

Please sign in to comment.