diff --git a/ci/upload.py b/ci/upload.py index c196e61..889c11e 100644 --- a/ci/upload.py +++ b/ci/upload.py @@ -199,3 +199,6 @@ def purge(url): upload_ssh(f, p) print("Purge", u) purge(u) + +# Purge the upload directory so that the FTP browser is up to date +purge(UPLOAD_URL)