Upload on https now

This commit is contained in:
Daniele Varrazzo 2020-01-27 02:58:58 +00:00
parent e14e3385b4
commit f2d13ec809
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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