Skip to content

Commit f492d41

Browse files
authored
Merge pull request #77 from michaeltryby/dev-workflow
Fix syntax error
2 parents 9f552fb + 07321df commit f492d41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Build Wheels
22

33
on: [push, pull_request]
44

5-
6-
build_toolkit_win-mac:
5+
jobs:
6+
build_toolkit_wheels:
77
name: Build MacOS python 3.8
88
runs-on: macos-10.15
99
defaults:

0 commit comments

Comments
 (0)