do not upload gpg signature to pypi, fixes #7649

This commit is contained in:
Thomas Waldmann 2023-06-27 18:45:41 +02:00
parent 81c3cb957e
commit 4326813c05
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ fi
D=dist/borgbackup-$R.tar.gz
twine upload "$D.asc" "$D"
twine upload "$D"