Skip to content

Commit

Permalink
update packaging slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfitz committed Oct 13, 2017
1 parent eda75ea commit ef42c90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -5,6 +5,7 @@ sdist:
ls -l dist/visql*.tar.gz
sleep 5
cd dist && mkdir tmp && cd tmp && tar xzvf ../visql*.tar.gz && cd visql*[0-9] && ./setup.py build
python setup.py sdist upload
python setup.py sdist
twine upload dist/visql*.tar.gz
rm -rf dist
rm README

0 comments on commit ef42c90

Please sign in to comment.