Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yaojin3616 authored Jan 16, 2024
1 parent db6e298 commit d3828b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:


# 构建 bisheng-langchain
- name: Set python version 3.8
- name: Set python version 3.10
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.10

- name: Build PyPi bisheng-langchain and push
id: pypi_build_bisheng_langchain
Expand Down Expand Up @@ -80,7 +80,6 @@ jobs:
- name: build lock
run: |
cd ./src/backend
echo `which poetry`
poetry source add --priority=supplemental foo http://${{ secrets.NEXUS_PUBLIC }}:${{ secrets.NEXUS_PUBLIC_PASSWORD }}@${{ env.PY_NEXUS }}/repository/pypi-group/simple
echo 'poetry'
poetry lock
Expand Down

0 comments on commit d3828b5

Please sign in to comment.