Skip to content

Commit

Permalink
try to fix autorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 14, 2023
1 parent a22e975 commit 867b41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setupsrc/pypdfium2_setup/autorelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def main():
prev_tag = merge_tag(prev_helpers, mode=None)
assert prev_tag == record["tag"]
new_tag = merge_tag(new_helpers, mode=None)
write_json(AR_RecordFile, dict(pdfium=new_pdfium["build"], tag=new_tag))
write_json(AR_RecordFile, dict(pdfium=new_pdfium, tag=new_tag))

update_refbindings(latest_pdfium)
summary = get_changelog_staging(new_helpers["beta"])
Expand Down

0 comments on commit 867b41a

Please sign in to comment.