Skip to content

Commit 4d2869c

Browse files
committed
debug macos build
1 parent 4c750f7 commit 4d2869c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/wheels.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
# Adapted from:
33
# https://github.com/pypa/cibuildwheel?tab=readme-ov-file#example-setup
4-
name: 'Spark-DSG Wheels'
5-
on: {release: {types: [published]}}
4+
name: Spark-DSG Wheels
5+
# on: {release: {types: [published]}}
6+
on: {push: {branches: [fix/cross_platform]}}
67
jobs:
78
build_wheels:
89
name: Build wheels on ${{ matrix.os }}

0 commit comments

Comments
 (0)