mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
infra: fix release prerelease deps bug (#24323)
This commit is contained in:
parent
80e7cd6cff
commit
47ed7f766a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user