]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: drop references to Scaleway build scripts
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 29 Apr 2025 12:39:29 +0000 (14:39 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 29 Apr 2025 12:39:29 +0000 (14:39 +0200)
docs/release.rst

index fce350b89b1e456dc202178a277176e8a38a4f34..ce82717b511e7a549c1d556586fcfa742feee90c 100644 (file)
@@ -34,9 +34,6 @@ How to make a psycopg release
 
 - Delete the ``wheelhouse`` directory if there is one.
 
-- Build m1 packages by running ``./tools/ci/run_build_macos_arm64.sh BRANCH``.
-  On successful completion it will save built packages in ``wheelhouse``
-
 - If all packages were built ok, push the new tag created by ``bump_version.py``::
 
     git push --tags
@@ -84,8 +81,6 @@ When a new PostgreSQL major version is released
   -  ``.github/workflows/packages-bin.yml``.
   -  ``.github/workflows/tests.yml``.
 
-- Bump ``pg_version`` in ``tools/ci/build_macos_arm64.sh``.
-
 - Bump the version in ``tools/ci/wheel_win32_before_build.bat``.
 
 - Update the documented versions in:
@@ -107,10 +102,6 @@ When a new Python major version is released
   ``psycopg/pyproject.toml``, ``psycopg_c/pyproject.toml``, and
   ``psycopg_pool/pyproject.toml``.
 
-- Update the list of versions in ``tools/ci/build_macos_arm64.sh`` to include
-  the new version. Look for both the ``python_versions`` variable and the
-  ``CIBW_BUILD`` environment variable.
-
 
 When dropping end-of-life Python versions
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^