Skip to content

Commit

Permalink
Renaming make command
Browse files Browse the repository at this point in the history
  • Loading branch information
fhightower committed Apr 12, 2019
1 parent ea6c016 commit dff3cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -97,6 +97,6 @@ init: ## install the development requirements with pip (related to python2.x)
init3: ## install the development requirements with pip3 (related to python3.x)
pip3 install -r requirements_dev.txt

upload: ## upload the code to pypi
pypi: ## upload the code to pypi
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*

0 comments on commit dff3cf0

Please sign in to comment.