From ef110f9b5c625fa8493ed58ef9791b219f222a97 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 30 May 2023 21:20:19 +0300 Subject: [PATCH 1/3] CI: Temporarily skip paths with spaces to avoid "Error: One of your files includes a space" --- .github/workflows/build.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d97c0a60928e3..8a42cdad7f3501 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,20 @@ jobs: with: filter: | Doc/** - Misc/** + # Temporarily skip paths with spaces + # (i.e. "C API", "Core and Builtins") + # to avoid "Error: One of your files includes a space". + # Pending https://github.com/python/core-workflow/issues/186 + # Misc/** + Misc/NEWS.d/next/Build/** + Misc/NEWS.d/next/Documentation/** + Misc/NEWS.d/next/IDLE/** + Misc/NEWS.d/next/Library/** + Misc/NEWS.d/next/Security/** + Misc/NEWS.d/next/Tests/** + Misc/NEWS.d/next/Tools-Demos/** + Misc/NEWS.d/next/Windows/** + Misc/NEWS.d/next/macOS/** .github/workflows/reusable-docs.yml - name: Check for docs changes if: >- From 05cd028fd4c56e3173b134b10dc947c3af471d82 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 30 May 2023 21:34:57 +0300 Subject: [PATCH 2/3] Dummy NEWS file to test the action. Will be deleted before merge. --- .../next/C API/2023-05-30-21-34-29.gh-issue-105107.1mmbfA.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/C API/2023-05-30-21-34-29.gh-issue-105107.1mmbfA.rst diff --git a/Misc/NEWS.d/next/C API/2023-05-30-21-34-29.gh-issue-105107.1mmbfA.rst b/Misc/NEWS.d/next/C API/2023-05-30-21-34-29.gh-issue-105107.1mmbfA.rst new file mode 100644 index 00000000000000..ed46b42f79284c --- /dev/null +++ b/Misc/NEWS.d/next/C API/2023-05-30-21-34-29.gh-issue-105107.1mmbfA.rst @@ -0,0 +1,2 @@ +Dummy news file under "C API" to test the workflow change. This file will be +deleted before merging. From 157a9b46c5c6af9fe87e654c08ef9fbc1ebb84f0 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 30 May 2023 21:41:45 +0300 Subject: [PATCH 3/3] Revert "Dummy NEWS file to test the action. Will be deleted before merge." This reverts commit 05cd028fd4c56e3173b134b10dc947c3af471d82. --- .../next/C API/2023-05-30-21-34-29.gh-issue-105107.1mmbfA.rst | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 Misc/NEWS.d/next/C API/2023-05-30-21-34-29.gh-issue-105107.1mmbfA.rst diff --git a/Misc/NEWS.d/next/C API/2023-05-30-21-34-29.gh-issue-105107.1mmbfA.rst b/Misc/NEWS.d/next/C API/2023-05-30-21-34-29.gh-issue-105107.1mmbfA.rst deleted file mode 100644 index ed46b42f79284c..00000000000000 --- a/Misc/NEWS.d/next/C API/2023-05-30-21-34-29.gh-issue-105107.1mmbfA.rst +++ /dev/null @@ -1,2 +0,0 @@ -Dummy news file under "C API" to test the workflow change. This file will be -deleted before merging.