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

Merge branch 'feature/gitlab_ci_config' into 'master'

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

See merge request !23
parents 468fdb9c 8b065304
No related branches found
No related tags found
1 merge request!23Add option `--verbose` for command `twine upload`
Pipeline #844 failed with stage
in 13 minutes
......@@ -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