File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -15,26 +15,6 @@ concurrency:
1515 cancel-in-progress : true
1616
1717jobs :
18- job_metadata :
19- runs-on : ubuntu-latest
20- outputs :
21- commit_message : ${{ steps.get_commit_message.outputs.commit_message }}
22- steps :
23- - name : Checkout
24- uses : actions/checkout@v5
25- with :
26- fetch-depth : 2
27- - name : Print head git commit message
28- id : get_commit_message
29- run : |
30- if [[ -z "$COMMIT_MSG" ]]; then
31- COMMIT_MSG=$(git show -s --format=%s $REF)
32- fi
33- echo commit_message=$COMMIT_MSG | tee -a $GITHUB_OUTPUT
34- env :
35- COMMIT_MSG : ${{ github.event.head_commit.message }}
36- REF : ${{ github.event.pull_request.head.sha }}
37-
3818 build-sdist :
3919 name : Build sdist
4020 runs-on : ubuntu-latest
5131
5232 build-wheel :
5333 name : Build wheel for ${{ matrix.python }}-${{ matrix.buildplat[1] }}
54- needs : [job_metadata]
5534 runs-on : ${{ matrix.buildplat[0] }}
56- if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') || contains(needs.job_metadata.outputs.commit_message, '[build wheels]')
5735 strategy :
5836 fail-fast : false
5937 matrix :
You can’t perform that action at this time.
0 commit comments