We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c750f7 commit 4d2869cCopy full SHA for 4d2869c
.github/workflows/wheels.yaml
@@ -1,8 +1,9 @@
1
---
2
# Adapted from:
3
# https://github.com/pypa/cibuildwheel?tab=readme-ov-file#example-setup
4
-name: 'Spark-DSG Wheels'
5
-on: {release: {types: [published]}}
+name: Spark-DSG Wheels
+# on: {release: {types: [published]}}
6
+on: {push: {branches: [fix/cross_platform]}}
7
jobs:
8
build_wheels:
9
name: Build wheels on ${{ matrix.os }}
0 commit comments