summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-06-15 18:54:45 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-06-15 18:54:45 +0100
commitf5d6366287798934b5def4bc8b02a25054b36486 (patch)
treec7dcfd5cb091feb0ebf5011ac7794279b2b06cca
parentbbc5fd31805b7269a9f6cc5a89be5555346fa546 (diff)
downloadpsycopg2-f5d6366287798934b5def4bc8b02a25054b36486.tar.gz
Rename the github package download script for consistency
-rw-r--r--doc/release.rst4
-rwxr-xr-xscripts/build/download_packages_github.py (renamed from scripts/build/download_packages.py)0
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/release.rst b/doc/release.rst
index 3957345..c61e121 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
index cd8003e..cd8003e 100755
--- a/scripts/build/download_packages.py
+++ b/scripts/build/download_packages_github.py