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 0bd4e61 commit 7feef6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry env use python${{ matrix.python-version }}
poetry env use python${{ matrix.python-version }} -vvv
cd lightrag
poetry install --no-dev
poetry install --no-dev -vvv
- name: Build the distribution
run: |
poetry build
poetry build -vvv
- name: Upload distribution for publishing
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 7feef6a

Please sign in to comment.