diff options
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 | 
