Skip to content

Commit 6480012

Browse files
committed
up python version used to do publish action
1 parent 5fb5345 commit 6480012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@master
9-
- name: Set up Python 3.8
9+
- name: Set up Python 3.9
1010
uses: actions/setup-python@v1
1111
with:
12-
python-version: 3.8
12+
python-version: 3.9
1313
- name: Install pypa/build
1414
run: >-
1515
python -m

0 commit comments

Comments
 (0)