Skip to content

Commit 6e442dc

Browse files
authored
ci: Fix publish workflow (#20)
1 parent 777330b commit 6e442dc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ jobs:
2525
with:
2626
fetch-depth: 0 # If you only need the current version keep this.
2727

28+
- uses: actions/setup-python@v4
29+
if: ${{ steps.release.outputs.releases_created }}
30+
with:
31+
python-version: 3.7
32+
33+
- name: Install poetry
34+
if: ${{ steps.release.outputs.releases_created }}
35+
run: pipx install poetry
36+
2837
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.0.0
2938
name: 'Get PyPI token'
3039
if: ${{ steps.release.outputs.releases_created }}

0 commit comments

Comments
 (0)