Skip to content

Commit f00b012

Browse files
committed
chore: Quote 3.10 so GHA doesn't interpret it as 3.1
1 parent 8448f99 commit f00b012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-python@v5
2121
with:
22-
python-version: 3.10
22+
python-version: "3.10"
2323

2424
- name: Install poetry
2525
run: pipx install poetry

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-python@v5
2424
if: ${{ steps.release.outputs.releases_created == 'true' }}
2525
with:
26-
python-version: 3.10
26+
python-version: "3.10"
2727

2828
- name: Install poetry
2929
if: ${{ steps.release.outputs.releases_created == 'true' }}

0 commit comments

Comments
 (0)