Skip to content

Commit d56f0e6

Browse files
committed
fix: pyproject.toml
1 parent 6249587 commit d56f0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ jobs:
7777
- name: Build crew package and install locally
7878
run: |
7979
cd crew_ai
80-
python setup.py sdist bdist_wheel
8180
echo "Installing package locally"
8281
pip install -e .
8382
if [[ $GITHUB_REF == refs/tags/v* ]]; then
@@ -86,6 +85,7 @@ jobs:
8685
sed -i "s/composio_langchain===.*/composio_langchain===${{ env.PACKAGE_VERSION }}/" requirements.txt
8786
echo "Updated version in pyproject.toml and requirements.txt"
8887
fi
88+
python setup.py sdist bdist_wheel
8989
cd ..
9090
9191
- name: Publish package (Crew AI)

0 commit comments

Comments
 (0)