Skip to content

Commit d918c0f

Browse files
authored
fix: bump python
1 parent 9c01aff commit d918c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
if: ${{ needs.release-please.outputs.release_created }}
2222
steps:
2323
- uses: actions/checkout@master
24-
- name: Set up Python 3.11
24+
- name: Set up Python 3.10
2525
uses: actions/setup-python@v1
2626
with:
27-
python-version: 3.11
27+
python-version: 3.10
2828

2929
- name: Install poetry
3030
run: >-

0 commit comments

Comments
 (0)