Browse Source

do not upload gpg signature to pypi, fixes #7649

Thomas Waldmann 1 year ago
parent
commit
4326813c05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/upload-pypi

+ 1 - 1
scripts/upload-pypi

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