Skip to content

Commit eb6d052

Browse files
authored
skip tag check
1 parent 73705ce commit eb6d052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cibuildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build_wheels:
1414
name: Build wheels for ${{ matrix.arch }} on ${{ matrix.os }}
1515
runs-on: ${{ matrix.os }} # Only build wheels when tagging (typically a release)
16-
if: startsWith(github.event.ref, 'refs/tags')
16+
# if: startsWith(github.event.ref, 'refs/tags')
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, windows-latest, macos-latest]

0 commit comments

Comments
 (0)