Skip to content

Commit

Permalink
tagfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ialbert committed Apr 5, 2024
1 parent 7847096 commit 26be019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/genescape/dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def run(name="GeneScape", tag=False, build=False):
def tag_cmd():
# The git command
cmd = ["git", "tag", f"v{__version__}"]
#subprocess.run(cmd, check=True)
subprocess.run(cmd, check=True)
utils.info(f"{' '.join(cmd)}")

# Push the tag to the remote
Expand Down

0 comments on commit 26be019

Please sign in to comment.