mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 05:35:58 +00:00
do not upload gpg signature to pypi, fixes #7649
This commit is contained in:
parent
81c3cb957e
commit
4326813c05
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ fi
|
|||
|
||||
D=dist/borgbackup-$R.tar.gz
|
||||
|
||||
twine upload "$D.asc" "$D"
|
||||
twine upload "$D"
|
||||
|
|
Loading…
Reference in a new issue