From e8012752b7d6259cd0aa62e74f16c1a08c016fff Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 18 Dec 2020 01:56:18 +0200
Subject: [PATCH] Upload releases to PyPI without signing.

For now, until I find a secure way to sing them in GitLab.
---
 Pipfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Pipfile b/Pipfile
index 4901092..9ed9870 100644
--- a/Pipfile
+++ b/Pipfile
@@ -13,7 +13,7 @@ template = {editable = true,path = "."}
 lint = "pre-commit run --all-files"
 build = "python setup.py bdist_wheel"
 clean = "git clean -fdX"
-upload = "sh -c 'twine upload -s dist/*'"
+upload = "sh -c 'twine upload dist/*'"
 bats = "bats -t tests/"
 check = "sh -c 'rm -rf dist/ && python setup.py bdist_wheel && twine check dist/*'"
 doctest = "sh -c 'python -m doctest template/*.py'"
-- 
GitLab