We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba4424 commit e0debf3Copy full SHA for e0debf3
1 file changed
.github/workflows/pypi-publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Python
19
uses: actions/setup-python@v2
20
with:
21
- python-version: "3.10"
+ python-version: "3.11"
22
- name: Install Poetry
23
run: curl -sSL https://install.python-poetry.org | python3 -
24
- name: Update version
0 commit comments