Skip to content

Commit

Permalink
Update pypi.python.org URL to pypi.org (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne authored and alex committed Aug 30, 2018
1 parent 2ed2dea commit 8e3d93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def release(ctx, version):
# so that the Jenkins builders will see the new sdist immediately when they
# go to build the wheels.
response = session.request(
"PURGE", "https://pypi.python.org/simple/pynacl/"
"PURGE", "https://pypi.org/simple/pynacl/"
)
response.raise_for_status()

Expand Down

0 comments on commit 8e3d93f

Please sign in to comment.