Skip to content

Commit

Permalink
annoying fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 26, 2023
1 parent 8f95b9a commit 6b33ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci_support/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ def update_dependencies(setup_content, version_low_dict, version_high_dict):
)

with open('pyproject.toml', "w") as f:
f.writelines(setup_content[:2] + setup_content_new)
f.writelines("".join(setup_content[:2]) + setup_content_new)

0 comments on commit 6b33ba0

Please sign in to comment.