Skip to content

Commit

Permalink
Remove GPG release signatures, not supported by PyPI anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Aug 2, 2024
1 parent 0bc8ce0 commit 21d2f00
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}*
Expand Down

0 comments on commit 21d2f00

Please sign in to comment.