mirror of
https://github.com/capstone-engine/capstone
synced 2026-08-11 16:26:07 -04:00
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.
This commit is contained in:
parent
b69d944fbe
commit
01fc2ebebc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-wheels-publish.yml
vendored
2
.github/workflows/build-wheels-publish.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2024 Antelox <anteloxrce@gmail.com>
|
||||
# SPDX-License-Identifier: BSD-3
|
||||
|
||||
name: Build and publish wheels with cibuildwheel
|
||||
name: Python - Build and publish wheels with cibuildwheel
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue