mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 03:59:42 +00:00
infra: fix release prerelease deps bug (#24323)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user