Skip to content

Commit c183735

Browse files
authored
Upgrade python set for pypi publishing (#21)
1 parent 4b7dc5f commit c183735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717

18-
- name: Set up Python 3.4
18+
- name: Set up Python 3.6
1919
uses: actions/setup-python@v2
2020
with:
21-
python-version: 3.4
21+
python-version: 3.6
2222

2323
- name: Install dependencies
2424
run: |

0 commit comments

Comments
 (0)