Skip to content

Commit

Permalink
using new metadata argument
Browse files Browse the repository at this point in the history
  • Loading branch information
drifter089 committed Nov 28, 2024
1 parent ca75a86 commit cd689da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 91 deletions.
90 changes: 0 additions & 90 deletions test.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def main():
zeno.update(
source=str(upload_dir),
publish=True,
metadata_json=metadata,
metadata=metadata,
)
print("Update succeeded.")
break
Expand Down

0 comments on commit cd689da

Please sign in to comment.