File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : macOS
2- on : [push, pull_request]
2+ on :
3+ workflow_dispatch :
34concurrency :
45 group : ${{ github.workflow }}-${{ github.ref }}
56 cancel-in-progress : ${{ github.ref_name != 'master' }}
Original file line number Diff line number Diff line change 11name : manylinux
2- on : [push, pull_request]
2+ on :
3+ workflow_dispatch :
34concurrency :
45 group : ${{ github.workflow }}-${{ github.ref }}
56 cancel-in-progress : ${{ github.ref_name != 'master' }}
Original file line number Diff line number Diff line change 11name : sdist
2- on : [push, pull_request]
2+ on :
3+ workflow_dispatch :
34concurrency :
45 group : ${{ github.workflow }}-${{ github.ref }}
56 cancel-in-progress : ${{ github.ref_name != 'master' }}
Original file line number Diff line number Diff line change 11name : Wheel build
22
33on :
4- release :
5- types : [created]
6- schedule :
7- # ┌───────────── minute (0 - 59)
8- # │ ┌───────────── hour (0 - 23)
9- # │ │ ┌───────────── day of the month (1 - 31)
10- # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
11- # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
12- # │ │ │ │ │
13- - cron : " 42 3 * * 4"
14- push :
15- pull_request :
164 workflow_dispatch :
175
186concurrency :
You can’t perform that action at this time.
0 commit comments