Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 26, 2023
1 parent f54c2f9 commit fb92029
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 @@ -52,7 +52,7 @@ def update_dependencies(setup_content, version_low_dict, version_high_dict):
env_content = f.readlines()

setup_content_new = update_dependencies(
setup_content=setup_content,
setup_content=setup_content[2:],
version_low_dict=get_env_version(env_content=env_content),
version_high_dict=get_setup_version_and_pattern(setup_content=setup_content),
)
Expand Down

0 comments on commit fb92029

Please sign in to comment.