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 perxis/perxis-python!23
parents 468fdb9c 8b065304
Branches
Tags
No related merge requests found
...@@ -58,7 +58,7 @@ dist: clean generate ...@@ -58,7 +58,7 @@ dist: clean generate
ls -l dist ls -l dist
release: 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 install: clean generate install-requirements
python setup.py install python setup.py install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment