Skip to content

Commit

Permalink
Use newer actions
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jan 9, 2024
1 parent 5a976a8 commit e4d67f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:

#if: startsWith(github.event.head_commit.message, 'Release')
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -31,7 +31,7 @@ jobs:
python -m pip install cibuildwheel
python -m cibuildwheel --output-dir wheelhouse
- name: Save Wheels
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wheels
path: ./wheelhouse/*.whl

0 comments on commit e4d67f6

Please sign in to comment.