Skip to content

Commit

Permalink
update git workflow (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaojin3616 committed Oct 16, 2023
2 parents df2ebad + 87b9425 commit ebeed02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
DOCKERHUB_REPO: dataelement/
PY_NEXUS: 110.16.193.170:50083
DOCKER_NEXUS: 110.16.193.170:50080
RELEASE_VERSION: 0.1.1 # bisheng-langchain nexus 始终替换版本
RELEASE_VERSION: 0.0.0 # bisheng-langchain nexus 始终替换版本

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -43,7 +43,6 @@ jobs:
pip install wheel
pip install twine
cd ./src/bisheng-langchain
echo "v0.0.0" > version.txt
python setup.py bdist_wheel
repo="http://${{ env.PY_NEXUS }}/repository/pypi-hosted/"
twine upload --verbose -u ${{ secrets.NEXUS_USER }} -p ${{ secrets.NEXUS_PASSWORD }} --repository-url $repo dist/*.whl
Expand Down

0 comments on commit ebeed02

Please sign in to comment.