We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777330b commit 6e442dcCopy full SHA for 6e442dc
.github/workflows/release-please.yml
@@ -25,6 +25,15 @@ jobs:
25
with:
26
fetch-depth: 0 # If you only need the current version keep this.
27
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
35
+ run: pipx install poetry
36
37
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.0.0
38
name: 'Get PyPI token'
39
if: ${{ steps.release.outputs.releases_created }}
0 commit comments