Skip to content

Commit 41d7e70

Browse files
authored
Fix publish workflow (#134)
1 parent 829f37a commit 41d7e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Install Python 3
13-
uses: actions/setup-python@v1
13+
uses: actions/setup-python@v4
1414
with:
15-
python-version: 3.6
15+
python-version: 3.11
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)