Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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'"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment