From 01fc2ebebc7aed7c7030ab5215820db4151a8df6 Mon Sep 17 00:00:00 2001 From: Rot127 <45763064+Rot127@users.noreply.github.com> Date: Sat, 16 Aug 2025 11:45:06 +0000 Subject: [PATCH] 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. --- .github/workflows/build-wheels-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels-publish.yml b/.github/workflows/build-wheels-publish.yml index a3599a986..9ac8ec720 100644 --- a/.github/workflows/build-wheels-publish.yml +++ b/.github/workflows/build-wheels-publish.yml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2024 Antelox # SPDX-License-Identifier: BSD-3 -name: Build and publish wheels with cibuildwheel +name: Python - Build and publish wheels with cibuildwheel on: workflow_dispatch: