We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06fcaa6 commit ac18f55Copy full SHA for ac18f55
.github/workflows/python.yaml
@@ -64,7 +64,7 @@ jobs:
64
- name: Set up Python 3.10
65
uses: actions/setup-python@v1
66
with:
67
- python-version: 3.10
+ python-version: '3.10'
68
69
- name: Publish
70
run: |
0 commit comments