From b44158ee2190cabf2c6c26ffa98d6e22a98aac58 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 28 Sep 2014 12:00:49 -0400 Subject: Added an explanatory comment. --- tasks.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tasks.py') diff --git a/tasks.py b/tasks.py index 50eb90ae..860584b1 100644 --- a/tasks.py +++ b/tasks.py @@ -94,6 +94,9 @@ def release(version): session = requests.Session() + # This tells the CDN to delete the cached response for the URL. We do this + # 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/cryptography/" ) -- cgit v1.2.3