upstage: Add Upstage partner package LA and GC (#20651)

---------

Co-authored-by: Sean <chosh0615@gmail.com>
Co-authored-by: Erick Friis <erick@langchain.dev>
Co-authored-by: Sean Cho <sean@upstage.ai>
This commit is contained in:
junkeon
2024-04-25 07:17:20 +09:00
committed by GitHub
parent 5ecebf168c
commit c8fd51e8c8
18 changed files with 1471 additions and 19 deletions

View File

@@ -112,7 +112,7 @@ jobs:
PKG_NAME: ${{ needs.build.outputs.pkg-name }}
VERSION: ${{ needs.build.outputs.version }}
# Here we use:
# - The default regular PyPI index as the *primary* index, meaning
# - The default regular PyPI index as the *primary* index, meaning
# that it takes priority (https://pypi.org/simple)
# - The test PyPI index as an extra index, so that any dependencies that
# are not found on test PyPI can be resolved and installed anyway.