Skip to content

Commit 6d74803

Browse files
authored
fix python-version in make_wheel
1 parent a5c120f commit 6d74803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/make_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Prepare python
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.10
18+
python-version: '3.10'
1919

2020
- name: Install python dependencies
2121
run: pip install wheel twine

0 commit comments

Comments
 (0)