From f5d6366287798934b5def4bc8b02a25054b36486 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 15 Jun 2021 18:54:45 +0100 Subject: [PATCH] Rename the github package download script for consistency --- doc/release.rst | 4 ++-- .../{download_packages.py => download_packages_github.py} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename scripts/build/{download_packages.py => download_packages_github.py} (100%) diff --git a/doc/release.rst b/doc/release.rst index 39573453..c61e1214 100644 --- a/doc/release.rst +++ b/doc/release.rst @@ -50,8 +50,8 @@ How to make a psycopg2 release .. __: https://ci.appveyor.com/project/psycopg/psycopg2/settings - When the workflows have finished download the packages using the - ``download_packages.py`` and ``download_packages_appveyor.py`` scripts from - the ``scripts/build`` directory. They will be saved in a + ``download_packages_{github|appveyor}.py`` scripts from the + ``scripts/build`` directory. They will be saved in a ``packages/psycopg2-${VERSION}`` directory. - Remove the ``.exe`` from the dir, because we don't want to upload them on diff --git a/scripts/build/download_packages.py b/scripts/build/download_packages_github.py similarity index 100% rename from scripts/build/download_packages.py rename to scripts/build/download_packages_github.py