Skip to content

Commit 66e35a4

Browse files
committed
Restore CI files from main
1 parent 14853ac commit 66e35a4

4 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/cibuildwheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ env:
2626
jobs:
2727

2828
build_wheels:
29-
if: ${{ github.ref_name != 'ctable3' && github.head_ref != 'ctable3' }}
3029
name: Build wheels on ${{ matrix.os }} for ${{ matrix.arch }}
3130
runs-on: ${{ matrix.runs-on || matrix.os }}
3231
permissions:
@@ -129,9 +128,10 @@ jobs:
129128
130129
131130
upload_pypi:
132-
if: ${{ (github.ref_name != 'ctable3' && github.head_ref != 'ctable3') && startsWith(github.event.ref, 'refs/tags') }}
133131
needs: [ build_wheels]
134132
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:

.github/workflows/wasm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env:
1414

1515
jobs:
1616
build_wheels_wasm:
17-
if: ${{ github.ref_name != 'ctable3' && github.head_ref != 'ctable3' }}
1817
name: Build and test wheels for WASM on ${{ matrix.os }} for ${{ matrix.p_ver }}
1918
runs-on: ubuntu-latest
2019
permissions:

0 commit comments

Comments
 (0)