Skip to content

Commit

Permalink
infra: fix release prerelease deps bug (#24323)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Jul 16, 2024
1 parent 80e7cd6 commit 47ed7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/check_prerelease_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
toml_file = sys.argv[1]

# read toml file
with open(toml_path, "rb") as file:
with open(toml_file, "rb") as file:
toml_data = tomllib.load(file)

# see if we're releasing an rc
Expand Down

0 comments on commit 47ed7f7

Please sign in to comment.