We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c260cb commit b3bb47bCopy full SHA for b3bb47b
.github/workflows/python-publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Python
19
uses: actions/setup-python@v5
20
with:
21
- python-version: '3.x'
+ python-version: '3.10'
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
0 commit comments