Skip to content

Commit e728265

Browse files
author
Phil Varner
authored
Merge pull request #26 from philvarner/pv/fix-release-ci
run release workflow with python 3.11
2 parents 61b058d + 882f0f3 commit e728265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python 3.x
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: "3.x"
18+
python-version: "3.11"
1919

2020
- name: Install release dependencies
2121
run: |

0 commit comments

Comments
 (0)