Skip to content

Commit

Permalink
Updates tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
chaburkland committed Oct 23, 2023
1 parent 7b75b22 commit 0e3844a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ def build(context):

@invoke.task(pre=(build,), post=(clean,))
def release(context):
context.run("twine upload dist/*")
context.run("twine upload dist/* --repository function-pipe")

0 comments on commit 0e3844a

Please sign in to comment.