Skip to content

Commit e0debf3

Browse files
committed
fix version in workflow
1 parent 9ba4424 commit e0debf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v2
2020
with:
21-
python-version: "3.10"
21+
python-version: "3.11"
2222
- name: Install Poetry
2323
run: curl -sSL https://install.python-poetry.org | python3 -
2424
- name: Update version

0 commit comments

Comments
 (0)