Skip to content

Commit

Permalink
fix: Fix CD pipeline (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
akalex authored Dec 6, 2023
1 parent 41cb7d6 commit d44f756
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
uses: actions/setup-python@v4

- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: ${{ env.POETRY_VERSION }}
virtualenvs-create: true
virtualenvs-in-project: true

- name: Release to PyPI
if: startsWith(github.ref, 'refs/tags/')
env:
Expand Down

0 comments on commit d44f756

Please sign in to comment.