Skip to content

Commit a30ce5e

Browse files
author
Bret McGuire
committed
Fix naming mistake for platform-specific workflows
1 parent db48697 commit a30ce5e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_wheels_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build wheels
1+
name: Build wheels (Linux)
22

33
on: [workflow_dispatch]
44

.github/workflows/build_wheels_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build wheels
1+
name: Build wheels (Mac)
22

33
on: [workflow_dispatch]
44

.github/workflows/build_wheels_win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build wheels
1+
name: Build wheels (Windows)
22

33
on: [workflow_dispatch]
44

0 commit comments

Comments
 (0)