summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2019-06-16 13:04:50 -0400
committerrsiddharth <rsd@gnu.org>2019-06-16 13:04:50 -0400
commit9cc34b49436b0feee6550644acca9e1575393ab8 (patch)
tree89cbbd6dfeb0082e3e0e167bb7de4c47cb017116
parenta3cc21e404d24091a03de81629357321c4c08d1c (diff)
Makefile: Update upload.
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 65cf368..7d43f1e 100644
--- a/Makefile
+++ b/Makefile
@@ -24,8 +24,12 @@ egg:
@python setup.py egg_info
upload:
- @twine upload -r pypi -s -i '1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' dist/*.tar.gz
- @twine upload -r pypi -s -i '1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' dist/*.whl
+ @twine upload -r pypi -s --sign-with 'gpg2' \
+ -i '1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' \
+ dist/*.tar.gz
+ @twine upload -r pypi -s --sign-with 'gpg2' \
+ -i '1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' \
+ dist/*.whl
.PHONY: build-dist egg upload