Skip to content

Commit b07e0d1

Browse files
committed
whoop
1 parent 9107693 commit b07e0d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dev: clean all
1717
$(PYTHON) -i -c "from customerio import *"
1818

1919
upload:
20-
python setup.py register
20+
$(PYTHON) setup.py register
2121
echo "*** Now upload the binary to PyPi *** (one second)" && sleep 3 && open dist & open "http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=customerio" # python setup.py upload
2222

2323
test:

0 commit comments

Comments
 (0)