Skip to content

Commit def6f83

Browse files
authored
Publish: See if Python 3.11 get rid of tomli install error
1 parent 7a57326 commit def6f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919
- uses: actions/setup-python@v4
2020
with:
21-
python-version: 3.9
21+
python-version: "3.11"
2222

2323
- name: Install build dependencies
2424
run: python -m pip install pip build "twine>=3.3" -U

0 commit comments

Comments
 (0)