diff --git a/Pipfile b/Pipfile index 49010920c3cde7d4635c6f52d996af992141b969..9ed9870f7da6cf99364022efa3353950bc4b42ec 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'"