We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6249587 commit d56f0e6Copy full SHA for d56f0e6
.github/workflows/release.yaml
@@ -77,7 +77,6 @@ jobs:
77
- name: Build crew package and install locally
78
run: |
79
cd crew_ai
80
- python setup.py sdist bdist_wheel
81
echo "Installing package locally"
82
pip install -e .
83
if [[ $GITHUB_REF == refs/tags/v* ]]; then
@@ -86,6 +85,7 @@ jobs:
86
85
sed -i "s/composio_langchain===.*/composio_langchain===${{ env.PACKAGE_VERSION }}/" requirements.txt
87
echo "Updated version in pyproject.toml and requirements.txt"
88
fi
+ python setup.py sdist bdist_wheel
89
cd ..
90
91
- name: Publish package (Crew AI)
0 commit comments