We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7d45a commit cd63bacCopy full SHA for cd63bac
1 file changed
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Python
23
uses: rsb-23/actions/setup-python@main
24
with:
25
- python-version: 3.10
+ python-version: "3.10" # 3.10 need quotes
26
27
- name: Install dependencies
28
run: |
0 commit comments