Skip to content

Commit

Permalink
fix: fix CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ADR-007 committed Apr 10, 2024
1 parent 15a5364 commit 95d2566
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

- name: Build and publish to pypi
if: steps.release.outputs.released == 'true'
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: |
pip install poetry
poetry build
Expand Down

0 comments on commit 95d2566

Please sign in to comment.