Skip to content

Commit 4c7f57a

Browse files
authored
Updating github runner to match poetry python version (#74)
1 parent 95ba314 commit 4c7f57a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
key: "tool.poetry.version"
2727
value: "${{ steps.get_version.outputs.VERSION }}"
2828

29-
- name: Set up Python 3.7
29+
- name: Set up Python 3.8
3030
uses: actions/setup-python@v1
3131
with:
32-
python-version: 3.7
32+
python-version: 3.8
3333

3434
- name: Install Poetry
3535
uses: dschep/install-poetry-action@v1.3

0 commit comments

Comments
 (0)