Commit e8012752 authored by nimrod's avatar nimrod
Browse files

Upload releases to PyPI without signing.

For now, until I find a secure way to sing them in GitLab.
parent d409188e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'"