Skip to content

Commit f42f4d0

Browse files
committed
Checking wheel builds
1 parent d0c88fd commit f42f4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheels.yml

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

0 commit comments

Comments
 (0)