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

Change command

parent 910186a0
No related branches found
No related tags found
1 merge request!22Change command
...@@ -57,7 +57,7 @@ dist: clean generate ...@@ -57,7 +57,7 @@ dist: clean generate
python setup.py bdist_wheel python setup.py bdist_wheel
ls -l dist ls -l dist
release: clean generate 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 --repository-url $(PYPI_REPO) ./dist/*
install: clean generate install-requirements install: clean generate install-requirements
......
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