Change Makefile dist target to upload to remind myself how to do it
This commit is contained in:
parent
eaa0adda8f
commit
b446cfedb7
6
Makefile
6
Makefile
|
@ -27,6 +27,6 @@ clean:
|
||||||
# XXX is there some way of having setup.py clean up its junk?
|
# XXX is there some way of having setup.py clean up its junk?
|
||||||
rm -rf README.html build dist refine_client.egg-info distribute-*
|
rm -rf README.html build dist refine_client.egg-info distribute-*
|
||||||
|
|
||||||
dist: clean
|
upload: clean
|
||||||
python setup.py sdist
|
python setup.py sdist upload
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue