From aba45fd74a8d9a68542e2e9c8ecf263f05e21881 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 11 Jul 2020 17:56:27 -0400 Subject: Makefile: update 'upload' --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index dadc435..d51c384 100644 --- a/Makefile +++ b/Makefile @@ -26,11 +26,11 @@ build-dist: .PHONY: build-dist upload: - @twine upload -r pypi -s -i \ - '1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' \ + 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 -i \ - '1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' \ + twine upload -r pypi -s --sign-with 'gpg2' \ + -i '1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' \ dist/*.whl .PHONY: upload -- cgit v1.2.3