Skip to content

Commit

Permalink
fix: add remaining plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed May 29, 2024
1 parent 5d9eb16 commit 2afa326
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ["3.10"]
package: [langchain, autogen, crew_ai, lyzr]
package: [autogen, claude,crew_ai, griptape, julep, langchain, lyzr, openai]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand All @@ -67,3 +67,5 @@ jobs:
password: ${{ secrets.PYPI_API_TOKEN }}
skip-existing: true
packages-dir: plugins/${{ matrix.package }}/dist/


0 comments on commit 2afa326

Please sign in to comment.