From f2d13ec8099fce2439e9ff7db82dc358856ce50d Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 27 Jan 2020 02:58:58 +0000 Subject: [PATCH] Upload on https now --- doc/release.rst | 2 +- scripts/travis_prepare.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/release.rst b/doc/release.rst index 6085b307..e942775a 100644 --- a/doc/release.rst +++ b/doc/release.rst @@ -50,7 +50,7 @@ How to make a psycopg2 release - Update the `psycopg2-wheels`_ submodule to the tag version and push. This will build the packages on `Travis CI`__ and `AppVeyor`__ and upload them to - http://upload.psycopg.org/. + https://upload.psycopg.org/. .. _psycopg2-wheels: https://github.com/psycopg/psycopg2-wheels .. __: https://travis-ci.org/psycopg/psycopg2-wheels diff --git a/scripts/travis_prepare.sh b/scripts/travis_prepare.sh index cd0209dd..1e18593b 100755 --- a/scripts/travis_prepare.sh +++ b/scripts/travis_prepare.sh @@ -50,7 +50,7 @@ create () { else # A dinosaur wget -O - \ - http://upload.psycopg.org/postgresql/postgresql-${PACKAGE}-$(lsb_release -cs).tar.bz2 \ + https://upload.psycopg.org/postgresql/postgresql-${PACKAGE}-$(lsb_release -cs).tar.bz2 \ | sudo tar xjf - -C /usr/lib/postgresql fi fi