mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 00:23:25 +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]
|
toml_file = sys.argv[1]
|
||||||
|
|
||||||
# read toml file
|
# read toml file
|
||||||
with open(toml_path, "rb") as file:
|
with open(toml_file, "rb") as file:
|
||||||
toml_data = tomllib.load(file)
|
toml_data = tomllib.load(file)
|
||||||
|
|
||||||
# see if we're releasing an rc
|
# see if we're releasing an rc
|
||||||
|
Loading…
Reference in New Issue
Block a user