File tree Expand file tree Collapse file tree 6 files changed +20
-0
lines changed
Expand file tree Collapse file tree 6 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 11name : linuxbrew
22on : [push, pull_request]
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.ref }}
5+ cancel-in-progress : true
36jobs :
47 linuxbrew :
58 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11name : macOS
22on : [push, pull_request]
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.ref }}
5+ cancel-in-progress : true
36jobs :
47 macosx :
58 runs-on : macos-latest
Original file line number Diff line number Diff line change 11name : manylinux
22on : [push, pull_request]
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.ref }}
5+ cancel-in-progress : true
36jobs :
47 manylinux :
58 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11name : sdist
22on : [push, pull_request]
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.ref }}
5+ cancel-in-progress : true
36jobs :
47 sdist :
58 # Avoid Ubuntu 24.04 in sdist workflows, because it contains libxmlsec1-dev
Original file line number Diff line number Diff line change 1515 pull_request :
1616 workflow_dispatch :
1717
18+ concurrency :
19+ group : ${{ github.workflow }}-${{ github.ref }}
20+ cancel-in-progress : true
21+
1822permissions : {}
1923
2024jobs :
Original file line number Diff line number Diff line change 11dist : focal
22language : python
3+ travis :
4+ auto_cancel :
5+ push : true
6+ pull_request : true
37
48notifications :
59 email : false
You can’t perform that action at this time.
0 commit comments