Skip to content

Commit

Permalink
Fix tasks.py: force push tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m committed Feb 20, 2022
1 parent 79ae50b commit 7759095
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 @@ -53,7 +53,7 @@ def release(c):
build_dists(c)
upload(c)

c.run('git push -F --tags')
c.run('git push -f --tags')


ns.add_task(build_dists)
Expand Down

0 comments on commit 7759095

Please sign in to comment.