Skip to content

Commit

Permalink
Added publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jul 14, 2019
1 parent 305d3e3 commit 4ac2b4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ test:
lint:
flake8

publish:
python setup.py sdist upload

%.rst: %.md
pandoc $^ --from markdown --to rst -s -o $@

0 comments on commit 4ac2b4f

Please sign in to comment.