diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2021-06-15 18:54:45 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2021-06-15 18:54:45 +0100 |
commit | f5d6366287798934b5def4bc8b02a25054b36486 (patch) | |
tree | c7dcfd5cb091feb0ebf5011ac7794279b2b06cca /doc/release.rst | |
parent | bbc5fd31805b7269a9f6cc5a89be5555346fa546 (diff) | |
download | psycopg2-f5d6366287798934b5def4bc8b02a25054b36486.tar.gz |
Rename the github package download script for consistency
Diffstat (limited to 'doc/release.rst')
-rw-r--r-- | doc/release.rst | 4 |
1 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 |