Skip to content

Commit

Permalink
Make sure build_sdist requires targets as it is needed for the artifa…
Browse files Browse the repository at this point in the history
…ct upload condition
  • Loading branch information
astrofrog committed Nov 16, 2023
1 parent 59a929b commit a00460a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ jobs:

build_sdist:
name: Build source distribution
needs: [targets]
if: ${{ inputs.sdist }}
runs-on: ${{ inputs.sdist-runs-on }}
timeout-minutes: ${{ inputs.timeout-minutes }}
Expand Down

0 comments on commit a00460a

Please sign in to comment.