From 4579381b7892f8d546b7e9e318db6c43a1725807 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 22 Feb 2022 21:28:08 +0100 Subject: [PATCH 1/2] Bumped year to 2022. --- .github/workflows/ArtifactCleanUp.yml | 2 +- .github/workflows/BuildTheDocs.yml | 2 +- .github/workflows/CoverageCollection.yml | 2 +- .github/workflows/Package.yml | 2 +- .github/workflows/Parameters.yml | 2 +- .github/workflows/PublishOnPyPI.yml | 2 +- .github/workflows/PublishTestResults.yml | 2 +- .github/workflows/PublishToGitHubPages.yml | 2 +- .github/workflows/Release.yml | 2 +- .github/workflows/StaticTypeCheck.yml | 2 +- .github/workflows/TestReleaser.yml | 2 +- .github/workflows/UnitTesting.yml | 2 +- .github/workflows/VerifyDocs.yml | 2 +- ExamplePipeline.yml | 2 +- releaser/action.yml | 2 +- releaser/composite/action.yml | 2 +- releaser/releaser.py | 2 +- with-post-step/action.yml | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ArtifactCleanUp.yml b/.github/workflows/ArtifactCleanUp.yml index 233d23f..1ddff51 100644 --- a/.github/workflows/ArtifactCleanUp.yml +++ b/.github/workflows/ArtifactCleanUp.yml @@ -4,7 +4,7 @@ # Unai Martinez-Corral # # # # ==================================================================================================================== # -# Copyright 2020-2021 The pyTooling Authors # +# Copyright 2020-2022 The pyTooling Authors # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/.github/workflows/BuildTheDocs.yml b/.github/workflows/BuildTheDocs.yml index d2c1135..5d49b03 100644 --- a/.github/workflows/BuildTheDocs.yml +++ b/.github/workflows/BuildTheDocs.yml @@ -4,7 +4,7 @@ # Unai Martinez-Corral # # # # ==================================================================================================================== # -# Copyright 2020-2021 The pyTooling Authors # +# Copyright 2020-2022 The pyTooling Authors # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/.github/workflows/CoverageCollection.yml b/.github/workflows/CoverageCollection.yml index f5bde28..e4d9174 100644 --- a/.github/workflows/CoverageCollection.yml +++ b/.github/workflows/CoverageCollection.yml @@ -4,7 +4,7 @@ # Unai Martinez-Corral # # # # ==================================================================================================================== # -# Copyright 2020-2021 The pyTooling Authors # +# Copyright 2020-2022 The pyTooling Authors # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/.github/workflows/Package.yml b/.github/workflows/Package.yml index a662651..0f2756d 100644 --- a/.github/workflows/Package.yml +++ b/.github/workflows/Package.yml @@ -4,7 +4,7 @@ # Unai Martinez-Corral # # # # ==================================================================================================================== # -# Copyright 2020-2021 The pyTooling Authors # +# Copyright 2020-2022 The pyTooling Authors # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/.github/workflows/Parameters.yml b/.github/workflows/Parameters.yml index 5438a09..cb6d6da 100644 --- a/.github/workflows/Parameters.yml +++ b/.github/workflows/Parameters.yml @@ -4,7 +4,7 @@ # Unai Martinez-Corral # # # # ==================================================================================================================== # -# Copyright 2020-2021 The pyTooling Authors # +# Copyright 2020-2022 The pyTooling Authors # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/.github/workflows/PublishOnPyPI.yml b/.github/workflows/PublishOnPyPI.yml index d29c8ea..1475375 100644 --- a/.github/workflows/PublishOnPyPI.yml +++ b/.github/workflows/PublishOnPyPI.yml @@ -4,7 +4,7 @@ # Unai Martinez-Corral # # # # ==================================================================================================================== # -# Copyright 2020-2021 The pyTooling Authors # +# Copyright 2020-2022 The pyTooling Authors # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/.github/workflows/PublishTestResults.yml b/.github/workflows/PublishTestResults.yml index 6e34fa5..5844e33 100644 --- a/.github/workflows/PublishTestResults.yml +++ b/.github/workflows/PublishTestResults.yml @@ -4,7 +4,7 @@ # Unai Martinez-Corral # # # # ==================================================================================================================== # -# Copyright 2020-2021 The pyTooling Authors # +# Copyright 2020-2022 The pyTooling Authors # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/.github/workflows/PublishToGitHubPages.yml b/.github/workflows/PublishToGitHubPages.yml index 48eda22..57ce6ec 100644 --- a/.github/workflows/PublishToGitHubPages.yml +++ b/.github/workflows/PublishToGitHubPages.yml @@ -4,7 +4,7 @@ # Unai Martinez-Corral # # # # ==================================================================================================================== # -# Copyright 2020-2021 The pyTooling Authors # +# Copyright 2020-2022 The pyTooling Authors # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index d6535bd..cae3b0b 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -4,7 +4,7 @@ # Unai Martinez-Corral # # # # ==================================================================================================================== # -# Copyright 2020-2021 The pyTooling Authors # +# Copyright 2020-2022 The pyTooling Authors # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/.github/workflows/StaticTypeCheck.yml b/.github/workflows/StaticTypeCheck.yml index 115cc53..55568c9 100644 --- a/.github/workflows/StaticTypeCheck.yml +++ b/.github/workflows/StaticTypeCheck.yml @@ -4,7 +4,7 @@ # Unai Martinez-Corral # # # # ==================================================================================================================== # -# Copyright 2020-2021 The pyTooling Authors # +# Copyright 2020-2022 The pyTooling Authors # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/.github/workflows/TestReleaser.yml b/.github/workflows/TestReleaser.yml index 35c7d69..e1749e5 100644 --- a/.github/workflows/TestReleaser.yml +++ b/.github/workflows/TestReleaser.yml @@ -3,7 +3,7 @@ # Unai Martinez-Corral # # # # ==================================================================================================================== # -# Copyright 2020-2021 The pyTooling Authors # +# Copyright 2020-2022 The pyTooling Authors # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/.github/workflows/UnitTesting.yml b/.github/workflows/UnitTesting.yml index d5cbee6..db4375c 100644 --- a/.github/workflows/UnitTesting.yml +++ b/.github/workflows/UnitTesting.yml @@ -4,7 +4,7 @@ # Unai Martinez-Corral # # # # ==================================================================================================================== # -# Copyright 2020-2021 The pyTooling Authors # +# Copyright 2020-2022 The pyTooling Authors # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/.github/workflows/VerifyDocs.yml b/.github/workflows/VerifyDocs.yml index dfec2d1..45b8f23 100644 --- a/.github/workflows/VerifyDocs.yml +++ b/.github/workflows/VerifyDocs.yml @@ -4,7 +4,7 @@ # Unai Martinez-Corral # # # # ==================================================================================================================== # -# Copyright 2020-2021 The pyTooling Authors # +# Copyright 2020-2022 The pyTooling Authors # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/ExamplePipeline.yml b/ExamplePipeline.yml index dffb331..39db620 100644 --- a/ExamplePipeline.yml +++ b/ExamplePipeline.yml @@ -4,7 +4,7 @@ # Unai Martinez-Corral # # # # ==================================================================================================================== # -# Copyright 2020-2021 The pyTooling Authors # +# Copyright 2020-2022 The pyTooling Authors # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/releaser/action.yml b/releaser/action.yml index b212e6f..e7c57f1 100644 --- a/releaser/action.yml +++ b/releaser/action.yml @@ -3,7 +3,7 @@ # Unai Martinez-Corral # # # # ==================================================================================================================== # -# Copyright 2020-2021 The pyTooling Authors # +# Copyright 2020-2022 The pyTooling Authors # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/releaser/composite/action.yml b/releaser/composite/action.yml index 9ce4af2..caabdc0 100644 --- a/releaser/composite/action.yml +++ b/releaser/composite/action.yml @@ -3,7 +3,7 @@ # Unai Martinez-Corral # # # # ==================================================================================================================== # -# Copyright 2020-2021 The pyTooling Authors # +# Copyright 2020-2022 The pyTooling Authors # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/releaser/releaser.py b/releaser/releaser.py index 710269e..6d73f90 100755 --- a/releaser/releaser.py +++ b/releaser/releaser.py @@ -5,7 +5,7 @@ # Unai Martinez-Corral # # # # ==================================================================================================================== # -# Copyright 2020-2021 The pyTooling Authors # +# Copyright 2020-2022 The pyTooling Authors # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/with-post-step/action.yml b/with-post-step/action.yml index eb75bd6..12aec6c 100644 --- a/with-post-step/action.yml +++ b/with-post-step/action.yml @@ -4,7 +4,7 @@ # Unai Martinez-Corral # # # # ==================================================================================================================== # -# Copyright 2020-2021 The pyTooling Authors # +# Copyright 2020-2022 The pyTooling Authors # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # From 7a7976677e7c56192be22b78d2c9e800475a3592 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 22 Feb 2022 21:28:34 +0100 Subject: [PATCH 2/2] Run build in no-isolation mode. --- .github/workflows/Package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Package.yml b/.github/workflows/Package.yml index 0f2756d..dbb55ba 100644 --- a/.github/workflows/Package.yml +++ b/.github/workflows/Package.yml @@ -66,11 +66,11 @@ jobs: - name: 🔨 [build] Build Python package (source distribution) if: inputs.requirements == '' - run: python -m build --sdist + run: python -m build --no-isolation --sdist - name: 🔨 [build] Build Python package (binary distribution - wheel) if: inputs.requirements == '' - run: python -m build --wheel + run: python -m build --no-isolation --wheel # setuptools