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