fix: python version string (#475)
This commit is contained in:
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.10
|
python-version: '3.11'
|
||||||
|
|
||||||
- name: Install pep517
|
- name: Install pep517
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user