Commit eb1b0713 authored by Stefane Fermigier's avatar Stefane Fermigier

Add a couple of make targets.

parent 91f0169d
......@@ -69,3 +69,14 @@ update-deps:
pip-compile -U > /dev/null
pip-compile > /dev/null
git --no-pager diff requirements.txt
sync-deps:
pip install -r requirements.txt -r dev-requirements.txt -e .
release:
git push --tags
rm -rf /tmp/olapy
git clone . /tmp/olapy
cd /tmp/olapy ; python setup.py sdist
cd /tmp/olapy ; python setup.py sdist upload
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment