Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Fix tag names so GitHub generates better filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Mar 22, 2014
1 parent a7e4fbc commit 30709e0
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 @@ -6,7 +6,7 @@

@invoke.task
def release(version):
invoke.run("git tag -a release-{0} -m \"Tagged {0} release\"".format(version))
invoke.run("git tag -a pyuv-{0} -m \"pyuv {0} release\"".format(version))
invoke.run("git push --tags")

invoke.run("python setup.py sdist")
Expand Down

0 comments on commit 30709e0

Please sign in to comment.