Skip to content

Commit

Permalink
Update build.yml (#103)
Browse files Browse the repository at this point in the history
Update GH actions version.
  • Loading branch information
Zburatorul authored Sep 26, 2024
1 parent b2867f0 commit 5e9bd68
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 @@ -15,12 +15,12 @@ jobs:
- '3.10'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
# Need full history to determine version number.
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Python packaging/test tools
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Build wheel
run: python setup.py bdist_wheel
- name: Upload wheels as artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ runner.os == 'Linux' && matrix.python-version == '3.9' }}
with:
name: python-packages
Expand Down

0 comments on commit 5e9bd68

Please sign in to comment.