Skip to content

Commit

Permalink
add pypireg task
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Oct 11, 2018
1 parent f2b6772 commit b14f367
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ def tests(c):
c.run("python tests/hoedown_test.py")


@task
def pypireg(c):
clean(c)
c.run("python setup.py sdist")
c.run("twine upload dist/*")


@task
def all(c):
clean(c)
Expand Down

0 comments on commit b14f367

Please sign in to comment.