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 98a15aa commit d0284eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts /update_sha256.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ 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
os.environ["VERSION"] = version

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

Expand Down

0 comments on commit d0284eb

Please sign in to comment.