diff options
-rw-r--r-- | doc/release.rst | 4 | ||||
-rwxr-xr-x | scripts/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 |