Skip to content

Commit

Permalink
SDist doesn't need a strategy matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Apr 14, 2024
1 parent 64ead88 commit b473d88
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,8 @@ on:

jobs:
make_sdist:
name: 'SDist: ${{ matrix.os }}'
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }}
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-22.04] # TODO: we only need sdist on one os, no need for matrix
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit b473d88

Please sign in to comment.