File tree Expand file tree Collapse file tree 7 files changed +31
-2
lines changed
Expand file tree Collapse file tree 7 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 11name : Crate 📦 Distribution
22
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5+ cancel-in-progress : true
6+
37on :
48 push :
59 paths-ignore :
Original file line number Diff line number Diff line change 11name : Nuget 📦 Distribution
22
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5+ cancel-in-progress : true
6+
7+
38on :
49 push :
510 paths-ignore :
Original file line number Diff line number Diff line change 11name : Build UC2
22
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5+ cancel-in-progress : true
6+
37on :
48 workflow_dispatch :
59 inputs :
Original file line number Diff line number Diff line change 11name : Build and publish wheels with cibuildwheel
22
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5+ cancel-in-progress : true
6+
37on :
48 workflow_dispatch :
59 inputs :
Original file line number Diff line number Diff line change 11on :
22 workflow_dispatch :
3-
3+
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6+ cancel-in-progress : true
7+
48name : Upload Prerelease Assets
59
610jobs :
Original file line number Diff line number Diff line change 11on :
22 workflow_dispatch :
3-
3+
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6+ cancel-in-progress : true
7+
48name : Upload Release Assets
59
610jobs :
Original file line number Diff line number Diff line change 11name : Zig Build
22
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5+ cancel-in-progress : true
6+
37on :
48 push :
59 paths-ignore :
You can’t perform that action at this time.
0 commit comments