From 6b8e7b72ce81524cf82e64ee0c56016106501d96 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 8 Feb 2020 11:17:31 +0800 Subject: disable signing - don't have a USB-A to -C adapter :( Due to me being in China and in an unexpected situation, I don't have access to my gear, which would have included an adapter to be able to use my USB-A yubikey (required for GitPython releases) to USB-C of the Mac. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ae74a0d8..a8c2ffbe 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ release: clean force_release: clean git push --tags origin master python3 setup.py sdist bdist_wheel - twine upload -s -i byronimo@gmail.com dist/* + twine upload -i byronimo@gmail.com dist/* docker-build: docker build --quiet -t gitpython:xenial -f Dockerfile . -- cgit v1.2.3