Skip to content

Commit

Permalink
CI: Fix typo to set version number
Browse files Browse the repository at this point in the history
__original_commit__ = fairinternal/xformers@7e9a381d383d197b295225870150c68ac25db644
  • Loading branch information
danthe3rd authored and xFormers Bot committed Jan 13, 2023
1 parent af15c68 commit c6fad21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/compute_wheel_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_dev_version() -> str:
num_commits = subprocess.check_output(
["git", "rev-list", "--count", "HEAD"], text=True
).strip()
return f"{version}.dev{num_commits}"
return f"{version_from_file}.dev{num_commits}"


if __name__ == "__main__":
Expand Down

0 comments on commit c6fad21

Please sign in to comment.