Skip to content

Commit

Permalink
fix: github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh-dixit committed Mar 20, 2024
1 parent c1f5559 commit 96fc67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Publish package (Langchain)
if: startsWith(github.ref, 'refs/tags/v')
run: |
cd core && twine upload dist/* && cd ../
cd langchain && twine upload dist/* && cd ../
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
Expand All @@ -91,7 +91,7 @@ jobs:
- name: Publish package (Crew AI)
if: startsWith(github.ref, 'refs/tags/v')
run: |
cd core && twine upload dist/* && cd ../
cd crew_ai && twine upload dist/* && cd ../
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 96fc67a

Please sign in to comment.