Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/setup-python from 2 to 4.2.0 #203

Open
wants to merge 1 commit into
base: 3.8
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
submodules: true
- name: Setup Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v4.2.0
with:
python-version: 3.8
- name: Cache PyPI
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
with:
submodules: true
- name: Setup Python ${{ matrix.pyver }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4.2.0
with:
python-version: ${{ matrix.pyver }}
- name: Get pip cache dir
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
with:
submodules: true
- name: Setup Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v4.2.0
with:
python-version: 3.8
- name: Cythonize
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
- name: Available platforms
run: echo ${{ steps.qemu.outputs.platforms }}
- name: Setup Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v4.2.0
with:
python-version: 3.8
- name: Cythonize
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
with:
submodules: true
- name: Setup Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v4.2.0
with:
python-version: ${{ matrix.pyver }}
architecture: ${{ matrix.arch }}
Expand All @@ -262,7 +262,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v4.2.0
with:
python-version: 3.8
- name: Install twine
Expand Down