Skip to content

Commit b01b172

Browse files
authored
Update python-publish.yml
1 parent 3fdc617 commit b01b172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
uses: actions/checkout@v2
2525
with:
2626
submodules: true
27-
- name: Set up Python 3.8
27+
- name: Set up Python 3.9
2828
uses: actions/setup-python@v2
2929
with:
30-
python-version: 3.8
30+
python-version: 3.9
3131
- name: Build sdist
3232
shell: bash
3333
run: |

0 commit comments

Comments
 (0)