Skip to content

Commit

Permalink
add task to publish package to testpypi via twine
Browse files Browse the repository at this point in the history
  • Loading branch information
illagrenan committed Jan 24, 2019
1 parent 61e608f commit 0eec9b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks.py
Expand Up @@ -71,6 +71,13 @@ def publish_twine(ctx):
ctx.run('twine upload dist/* --skip-existing')


@task
def publish_twine_test(ctx):
"""publish package"""
check(ctx)
ctx.run('twine upload --repository testpypi dist/* --skip-existing')


@task
def publish_test(ctx):
"""publish package"""
Expand Down

0 comments on commit 0eec9b9

Please sign in to comment.