diff options
author | rsiddharth <s@ricketyspace.net> | 2020-07-11 17:56:27 -0400 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2020-07-11 17:56:27 -0400 |
commit | aba45fd74a8d9a68542e2e9c8ecf263f05e21881 (patch) | |
tree | c6eb8c161e11375d4f636a4a864b78e0a1d3e078 /Makefile | |
parent | 58f2938d7b1bf1b6651fa9bb5af143a7bb955beb (diff) |
Makefile: update 'upload'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |