Skip to content

Commit

Permalink
try sub-package release again (#11516)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored Feb 29, 2024
1 parent 3334131 commit 1023da7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_sub_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
for file in ${{ steps.changed-files.outputs.changed_files }}; do
cd `echo $file | sed 's/\/pyproject.toml//g'`
poetry lock
poetry shell
poetry install
pip install -e .
poetry config pypi-token.pypi $PYPI_TOKEN
poetry publish --build
done
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ignore_missing_imports = true
python_version = "3.8"

[tool.poetry]
authors = ["Your Name <[email protected]>"]
authors = ["llama-index"]
description = "llama-index llms openai integration"
exclude = ["**/BUILD"]
license = "MIT"
Expand Down

0 comments on commit 1023da7

Please sign in to comment.