From 21d2f00ea22fd142f744c6bf60c3c4b5a946c358 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Sat, 3 Aug 2024 01:31:56 +0200 Subject: [PATCH] Remove GPG release signatures, not supported by PyPI anymore --- RELEASING.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 5af3939..67f177d 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -22,11 +22,6 @@ Build source and binary distributions: python3 setup.py sdist python3 setup.py bdist_wheel -Sign files: - - gpg --detach-sign -u ${GPG} -a dist/coverage-badge-${VERSION}.tar.gz - gpg --detach-sign -u ${GPG} -a dist/coverage_badge-${VERSION}-py2.py3-none-any.whl - Upload package to PyPI: twine3 upload dist/coverage[-_]badge-${VERSION}*