We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8448f99 commit f00b012Copy full SHA for f00b012
.github/workflows/manual-publish.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- uses: actions/setup-python@v5
21
with:
22
- python-version: 3.10
+ python-version: "3.10"
23
24
- name: Install poetry
25
run: pipx install poetry
.github/workflows/release-please.yml
@@ -23,7 +23,7 @@ jobs:
if: ${{ steps.release.outputs.releases_created == 'true' }}
26
27
28
29
0 commit comments