Skip to content

Commit

Permalink
CICD: Add default python version for setup-python@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Jun 27, 2022
1 parent e85e593 commit 6381346
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
submodules: true

- uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Install deps
run: python -m pip install twine build
Expand Down Expand Up @@ -45,6 +47,8 @@ jobs:
submodules: true

- uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel
Expand Down Expand Up @@ -82,6 +86,8 @@ jobs:

steps:
- uses: actions/setup-python@v4
with:
python-version: '3.10'

- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 6381346

Please sign in to comment.