Skip to content

Commit

Permalink
Upgrade checkout and setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
akprasad committed Jan 6, 2025
1 parent 1fdd69f commit 1629609
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/Python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
run:
working-directory: ./bindings-python
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.7
architecture: x64
Expand Down Expand Up @@ -56,8 +56,8 @@ jobs:
run:
working-directory: ./bindings-python
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.7
architecture: ${{ matrix.target }}
Expand Down Expand Up @@ -88,8 +88,8 @@ jobs:
matrix:
target: [x86_64, i686]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.7
architecture: x64
Expand All @@ -116,8 +116,8 @@ jobs:
matrix:
target: [aarch64, armv7, s390x, ppc64le, ppc64]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Build wheels
Expand Down Expand Up @@ -154,8 +154,8 @@ jobs:
- x86_64-unknown-linux-musl
- i686-unknown-linux-musl
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.7
architecture: x64
Expand Down Expand Up @@ -192,8 +192,8 @@ jobs:
- target: armv7-unknown-linux-musleabihf
arch: armv7
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Build wheels
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: wheels
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Publish to PyPi
Expand Down

0 comments on commit 1629609

Please sign in to comment.