Skip to content

Commit 034d60e

Browse files
authored
Update update_and_release_to_zenodo.py
needs fixing as per comment
1 parent cf9761a commit 034d60e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/update_and_release_to_zenodo.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ def create_new_version():
2323
new_id = new_deposition["id"]
2424
print(f"New Zenodo deposition created: {new_id}")
2525

26+
"""
27+
# Issues with metadata update persist
2628
# Step 2: Add the publication_date only (Zenodo will handle other metadata)
2729
today_date = datetime.today().strftime('%Y-%m-%d')
2830
@@ -44,6 +46,7 @@ def create_new_version():
4446
sys.exit(1)
4547
4648
print(f"Metadata updated for deposition {new_id}.")
49+
"""
4750
return new_id
4851

4952
def delete_existing_files(deposition_id):

0 commit comments

Comments
 (0)