From e7a8e22604f28f2bbc6ec87c1561b6c13b72fb0b Mon Sep 17 00:00:00 2001 From: Evgeny Posenitskiy <45995097+q-posev@users.noreply.github.com> Date: Wed, 5 Jan 2022 18:26:35 +0100 Subject: ENH: fix a typo in the example trigger for wheels The `[cd build]` trigger in the example (line 6) does not correspond to the one that is actually used `[wheel build]` trigger (line 43). This might be confusing for newcomers. --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index afebe7f93..b17b478ab 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -3,7 +3,7 @@ # # if: github.repository == 'numpy/numpy' # -# in the get_commit_message job. Be sure to include [cd build] in your commit +# in the get_commit_message job. Be sure to include [wheel build] in your commit # message to trigger the build. All files related to wheel building are located # at tools/wheels/ name: Wheel builder -- cgit v1.2.1