Skip to content

Commit

Permalink
update git workflow (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaojin3616 committed Oct 16, 2023
2 parents f7dba6d + cccb286 commit df2ebad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
cd ./src/backend
poetry source add --priority=supplemental foo http://${{ secrets.NEXUS_PUBLIC }}:${{ secrets.NEXUS_PUBLIC_PASSWORD }}@${{ env.PY_NEXUS }}/repository/pypi-group/simple
sed -i '' 's/^bisheng_langchain.*/bisheng_langchain = "0.0.0"/g' pyproject.toml
sed -i 's/^bisheng_langchain.*/bisheng_langchain = "0.0.0"/g' pyproject.toml
poetry lock
cd ../../
Expand Down
2 changes: 1 addition & 1 deletion src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include = ["./bisheng/*", "bisheng/**/*"]
bisheng = "bisheng.__main__:main"

[tool.poetry.dependencies]
bisheng_langchain = "0.0.0"
bisheng_langchain = "0.1.7"
minio = "^7.1.16"
fastapi_jwt_auth = "^0.5.0"
redis = "^5.0.0"
Expand Down

0 comments on commit df2ebad

Please sign in to comment.