diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-07-18 20:28:14 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-07-18 20:28:14 -0400 |
commit | a2851662d7b6dd3c2bfc677a1e1e7b4fa261797b (patch) | |
tree | bc9a7a0b60efb3632be9a7f4f75abfcd8ecd6f04 | |
parent | c6fb859c1e80ed0a2afc02916a0ab0484f774a88 (diff) |
Makefile: update `upload`
Change repository name to `acmens`.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |