Skip to content
Snippets Groups Projects
Commit 8b065304 authored by Georgiy Eterevskiy's avatar Georgiy Eterevskiy
Browse files

Add option `--verbose` for command `twine upload`

parent 7064a587
No related branches found
No related tags found
1 merge request!23Add option `--verbose` for command `twine upload`
......@@ -58,7 +58,7 @@ dist: clean generate
ls -l dist
release: dist
TWINE_PASSWORD=$(PYPI_PASSWORD) TWINE_USERNAME=$(PYPI_USERNAME) python -m twine upload --repository-url $(PYPI_REPO) ./dist/*
TWINE_PASSWORD=$(PYPI_PASSWORD) TWINE_USERNAME=$(PYPI_USERNAME) python -m twine upload --verbose --repository-url $(PYPI_REPO) ./dist/*
install: clean generate install-requirements
python setup.py install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment