summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-07-11 17:56:27 -0400
committerrsiddharth <s@ricketyspace.net>2020-07-11 17:56:27 -0400
commitaba45fd74a8d9a68542e2e9c8ecf263f05e21881 (patch)
treec6eb8c161e11375d4f636a4a864b78e0a1d3e078
parent58f2938d7b1bf1b6651fa9bb5af143a7bb955beb (diff)
Makefile: update 'upload'
-rw-r--r--Makefile8
1 files 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