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

Merge branch 'feature/gitlab_ci_config' into 'master'

Change dir

See merge request !21
parents 5d23a1b0 910186a0
No related branches found
No related tags found
1 merge request!21Change dir
Pipeline #827 failed with stage
in 9 minutes and 13 seconds
......@@ -58,7 +58,7 @@ dist: clean generate
ls -l dist
release: clean generate
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 --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