]> Cypherpunks.ru repositories - pygost.git/blobdiff - makedist.sh
Add PEP-396 compatible module's __version__
[pygost.git] / makedist.sh
index 9a1e6982ce18382d9077b145ac8ff6a679568493..0089141260343cec647c9cf705bfcea3e927a5c0 100755 (executable)
@@ -9,7 +9,7 @@ cp dist/pygost-"$release".tar.gz $tmp
 cd $tmp
 gunzip pygost-"$release".tar.gz
 xz -9 pygost-"$release".tar
-gpg --detach-sign --sign --local-user E6FD1269CD0C009E pygost-"$release".tar.xz
+gpg --detach-sign --sign --local-user pygost@cypherpunks.ru pygost-"$release".tar.xz
 
 tarball=pygost-"$release".tar.xz
 size=$(( $(stat -f %z $tarball) / 1024 ))