From a2851662d7b6dd3c2bfc677a1e1e7b4fa261797b Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Mon, 18 Jul 2022 20:28:14 -0400 Subject: Makefile: update `upload` Change repository name to `acmens`. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f7fbe4e..5bcb5ac 100644 --- a/Makefile +++ b/Makefile @@ -24,10 +24,10 @@ build: .PHONY: build upload: - @twine upload -r pypi -s -i \ + @twine upload -r acmens -s -i \ '1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' \ dist/*.tar.gz - @twine upload -r pypi -s -i \ + @twine upload -r acmens -s -i \ '1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' \ dist/*.whl .PHONY: upload -- cgit v1.2.3