Franck Pommereau

added twine creds in Makefile

Showing 1 changed file with 1 additions and 1 deletions
......@@ -18,7 +18,7 @@ version:
pip: emacs version
python setup.py sdist
twine upload dist/SNAKES-$$(cat VERSION).tar.gz
source $$HOME/.config/twine/pypi.creds && twine upload -u $$USERNAME -p $$PASSWORD dist/SNAKES-$$(cat VERSION).tar.gz
emacs: utils/abcd-mode.elc
......