File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626jobs :
2727
2828 build_wheels :
29+ if : ${{ github.ref_name != 'ctable3' && github.head_ref != 'ctable3' }}
2930 name : Build wheels on ${{ matrix.os }} for ${{ matrix.arch }}
3031 runs-on : ${{ matrix.runs-on || matrix.os }}
3132 permissions :
@@ -128,10 +129,9 @@ jobs:
128129
129130
130131 upload_pypi :
132+ if : ${{ (github.ref_name != 'ctable3' && github.head_ref != 'ctable3') && startsWith(github.event.ref, 'refs/tags') }}
131133 needs : [ build_wheels]
132134 runs-on : ubuntu-latest
133- # Only upload wheels when tagging (typically a release)
134- if : startsWith(github.event.ref, 'refs/tags')
135135 steps :
136136 - uses : actions/download-artifact@v8
137137 with :
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 build_wheels_wasm :
17+ if : ${{ github.ref_name != 'ctable3' && github.head_ref != 'ctable3' }}
1718 name : Build and test wheels for WASM on ${{ matrix.os }} for ${{ matrix.p_ver }}
1819 runs-on : ubuntu-latest
1920 permissions :
You can’t perform that action at this time.
0 commit comments