Skip to content

Commit

Permalink
Reorder the action
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Oct 13, 2024
1 parent 02748ba commit 8aaef7f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Build package
id: build-package
uses: ./.github/reusable-build
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
- name: Build package
id: build-package
uses: ./.github/reusable-build
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -37,7 +37,6 @@ jobs:
${{ matrix.ls || 'ls -lh' }} wheels/
twine check wheels/*
upload_to_pypi:
name: Upload to PyPI
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8aaef7f

Please sign in to comment.