Skip to content

Commit

Permalink
The road to hell is paved with dirty workarounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Oct 22, 2024
1 parent 39ebae7 commit feb4c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
name: Install Python, poetry and Python dependencies
with:
poetry-working-directory: ${{ env.BACKEND_DIR }}
poetry-install-args: --no-root
- name: Build Python distribution
run: poetry -C '${{ env.BACKEND_DIR }}' build
run: poetry self add poetry-plugin-ignore-build-script && poetry build --ignore-build-script
working-directory: ${{ env.BACKEND_DIR }}
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit feb4c3b

Please sign in to comment.