Skip to content

Commit

Permalink
fix release pipeline no-dev issue (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryBrain authored Jan 24, 2025
1 parent 4897d01 commit ae38f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
shell: bash
run: pip install -e .
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.17
uses: JRubics/poetry-publish@v2.1
with:
pypi_token: ${{ secrets.LLAMA_PARSE_PYPI_TOKEN }}
ignore_dev_requirements: "yes"
poetry_install_options: "--without dev"

- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit ae38f40

Please sign in to comment.