infra: fix release prerelease deps bug (#24323)

This commit is contained in:
Erick Friis 2024-07-16 15:13:41 -07:00 committed by GitHub
parent 80e7cd6cff
commit 47ed7f766a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ if __name__ == "__main__":
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