Skip to content

Commit

Permalink
fix: build before publishing and allow pre-release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Strömer committed Jun 7, 2024
1 parent 2168bb6 commit 275a846
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ jobs:
uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
allow_poetry_pre_release: "yes"
poetry_publish_options: "--build"

0 comments on commit 275a846

Please sign in to comment.