Skip to content

Commit 8e92afd

Browse files
committed
Fix CI buil&deploy: jobs is not a valid event name
1 parent 3796cd4 commit 8e92afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# types:
77
# - published
88

9-
jobs:
9+
jobs:
1010
build_wheels:
1111
name: Build wheels on ${{ matrix.os }}
1212
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)