Commit 29c83858 authored by Jason R. Coombs's avatar Jason R. Coombs

Update upload target

parent 1b2e9494
......@@ -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
......
......@@ -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
......
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