From e0f80812a5ddc247f4bd814dbc31f8d59bd024e1 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 4 Jul 2023 20:20:35 +0200 Subject: [PATCH] docs: no signature upload on pypi any more but we upload it on github releases, so people can check it. --- docs/development.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/development.rst b/docs/development.rst index 6a27e78c8..801b86292 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -333,6 +333,9 @@ Checklist: scripts/sdist-sign X.Y.Z scripts/upload-pypi X.Y.Z test scripts/upload-pypi X.Y.Z + + Note: the signature is not uploaded to PyPi any more, but we upload it to + github releases. - Put binaries into dist/borg-OSNAME and sign them: :: @@ -350,6 +353,7 @@ Checklist: - Create a GitHub release, include: + * pypi dist package and signature * Standalone binaries (see above for how to create them). + For OS X, document the OS X Fuse version in the README of the binaries.