Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine authored Oct 11, 2024
1 parent f3081ef commit fb78dfb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,21 +111,13 @@ jobs:
make dist-py-sdist
make dist-py-wheel
make dist-check
<<<<<<< before updating
if: ${{ matrix.os == 'ubuntu-latest' }}
=======
if: matrix.os == 'ubuntu-latest'
>>>>>>> after updating

- name: Make dist
run: |
make dist-py-wheel
make dist-check
<<<<<<< before updating
if: ${{ matrix.os != 'ubuntu-latest' }}
=======
if: matrix.os != 'ubuntu-latest'
>>>>>>> after updating

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit fb78dfb

Please sign in to comment.