We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c37ee commit f1affebCopy full SHA for f1affeb
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Python
16
uses: actions/setup-python@v3
17
with:
18
- python-version: '3.x'
+ python-version: '3.11'
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
0 commit comments