Skip to content

Commit

Permalink
Update update_sha256.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aradfarahani authored Mar 1, 2025
1 parent 59ad9bc commit 82033a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts /update_sha256.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ def main():
# Update the meta.yaml file with the new version and SHA256
update_meta_yaml(meta_yaml_path, new_sha256, version)

# Set the version as an environment variable
# Set the version as an environment variable for conda build
os.environ["VERSION"] = version

# Optionally, trigger the build
# Trigger the Conda build
os.system("conda build recipe/")

if __name__ == "__main__":
Expand Down

0 comments on commit 82033a5

Please sign in to comment.