summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-02-08 11:17:31 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-02-08 11:17:31 +0800
commit6b8e7b72ce81524cf82e64ee0c56016106501d96 (patch)
tree58a971afb71427f8b4e7cd7d8025d5645e28eb49 /Makefile
parent3e82a7845af93955d24a661a1a9acf8dbcce50b6 (diff)
downloadgitpython-6b8e7b72ce81524cf82e64ee0c56016106501d96.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 .