Skip to content

Commit 6381346

Browse files
committed
CICD: Add default python version for setup-python@v4
1 parent e85e593 commit 6381346

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
submodules: true
1717

1818
- uses: actions/setup-python@v4
19+
with:
20+
python-version: '3.10'
1921

2022
- name: Install deps
2123
run: python -m pip install twine build
@@ -45,6 +47,8 @@ jobs:
4547
submodules: true
4648

4749
- uses: actions/setup-python@v4
50+
with:
51+
python-version: '3.10'
4852

4953
- name: Install cibuildwheel
5054
run: python -m pip install cibuildwheel
@@ -82,6 +86,8 @@ jobs:
8286

8387
steps:
8488
- uses: actions/setup-python@v4
89+
with:
90+
python-version: '3.10'
8591

8692
- uses: actions/download-artifact@v3
8793
with:

0 commit comments

Comments
 (0)