Skip to content

Commit

Permalink
Fixed(Makefile): python-infrastracture changed (broken) again
Browse files Browse the repository at this point in the history
  • Loading branch information
strizhechenko committed Dec 7, 2018
1 parent 23f57d8 commit 8c1978b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ build: clean
python setup.py bdist_wheel

upload: test3 lint clean
python setup.py sdist upload
python setup.py sdist
# python setup.py bdist_wheel upload
twine upload dist/*.tar.gz

mac_run: env
. env/bin/activate && \
Expand Down

0 comments on commit 8c1978b

Please sign in to comment.