Skip to content

Commit

Permalink
Move meta.yml to root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed May 3, 2020
1 parent 70466e4 commit a4f216a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def run(self):

self.status("Pushing git tags…")
os.system("git tag v{0}".format(about["__version__"]))
os.system("git push --tags")
os.system("git push finsberg master --tags")

sys.exit()

Expand Down

0 comments on commit a4f216a

Please sign in to comment.