Skip to content

Commit 01fc2eb

Browse files
authored
Add Python prominently to the workflow name to prevent confusion. (#2774)
Contributors not familar with Capstones bindings can become confused too easily if the tests fail with cstest_py but not with cstest.
1 parent b69d944 commit 01fc2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2024 Antelox <anteloxrce@gmail.com>
22
# SPDX-License-Identifier: BSD-3
33

4-
name: Build and publish wheels with cibuildwheel
4+
name: Python - Build and publish wheels with cibuildwheel
55

66
on:
77
workflow_dispatch:

0 commit comments

Comments
 (0)