We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a68225 commit c292b0fCopy full SHA for c292b0f
.github/workflows/python-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Python
26
uses: actions/setup-python@v3
27
with:
28
- python-version: '3.x'
+ python-version: '3.9'
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip
0 commit comments