We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9761a commit 034d60eCopy full SHA for 034d60e
scripts/update_and_release_to_zenodo.py
@@ -23,6 +23,8 @@ def create_new_version():
23
new_id = new_deposition["id"]
24
print(f"New Zenodo deposition created: {new_id}")
25
26
+ """
27
+ # Issues with metadata update persist
28
# Step 2: Add the publication_date only (Zenodo will handle other metadata)
29
today_date = datetime.today().strftime('%Y-%m-%d')
30
@@ -44,6 +46,7 @@ def create_new_version():
44
46
sys.exit(1)
45
47
48
print(f"Metadata updated for deposition {new_id}.")
49
50
return new_id
51
52
def delete_existing_files(deposition_id):
0 commit comments