Skip to content

Commit

Permalink
fix: pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh-dixit committed Mar 20, 2024
1 parent 6249587 commit d56f0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
- name: Build crew package and install locally
run: |
cd crew_ai
python setup.py sdist bdist_wheel
echo "Installing package locally"
pip install -e .
if [[ $GITHUB_REF == refs/tags/v* ]]; then
Expand All @@ -86,6 +85,7 @@ jobs:
sed -i "s/composio_langchain===.*/composio_langchain===${{ env.PACKAGE_VERSION }}/" requirements.txt
echo "Updated version in pyproject.toml and requirements.txt"
fi
python setup.py sdist bdist_wheel
cd ..
- name: Publish package (Crew AI)
Expand Down

0 comments on commit d56f0e6

Please sign in to comment.