Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alleria1809 committed Jul 12, 2024
1 parent 7feef6a commit 68ffcbb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry env use python${{ matrix.python-version }} -vvv
- name: Setup and install dependencies
run: |
cd lightrag
poetry env use python${{ matrix.python-version }} -vvv
poetry install --no-dev -vvv
- name: Build the distribution
run: |
Expand All @@ -64,6 +66,7 @@ jobs:
name: dist
path: dist/**


dry-run-publish:
needs: build-and-package
runs-on: ubuntu-latest
Expand Down

0 comments on commit 68ffcbb

Please sign in to comment.