Skip to content

Commit

Permalink
Merge pull request #86 from jeromekelleher/fix-publish-action2
Browse files Browse the repository at this point in the history
Update python checkout to v4
  • Loading branch information
jeromekelleher authored Aug 30, 2023
2 parents df23afc + 3a4c85a commit ecdaeb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
name: wheels
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install wheel and test
Expand All @@ -70,7 +70,7 @@ jobs:
with:
name: wheels
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install wheel and test
Expand All @@ -93,7 +93,7 @@ jobs:
with:
name: wheels
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install wheel and test
Expand Down

0 comments on commit ecdaeb3

Please sign in to comment.