From: Daniele Varrazzo Date: Tue, 29 Apr 2025 12:39:29 +0000 (+0200) Subject: docs: drop references to Scaleway build scripts X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24650f5e1d066bbc7390e673d44bf2f9a0f13f19;p=thirdparty%2Fpsycopg.git docs: drop references to Scaleway build scripts --- diff --git a/docs/release.rst b/docs/release.rst index fce350b89..ce82717b5 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^