From b20b76eb795a7c869d4c2a1adf166d10448ec758 Mon Sep 17 00:00:00 2001 From: arnu515 <52203828+arnu515@users.noreply.github.com> Date: Thu, 7 Jan 2021 21:16:24 +0530 Subject: [PATCH] Fix grammar error (#773) In the comment on line `1`, it says "This workflows", but I think that "This workflow" makes more sense. --- ci/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/python-publish.yml b/ci/python-publish.yml index 4e1ef42..1a03a7b 100644 --- a/ci/python-publish.yml +++ b/ci/python-publish.yml @@ -1,4 +1,4 @@ -# This workflows will upload a Python Package using Twine when a release is created +# This workflow will upload a Python Package using Twine when a release is created # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries name: Upload Python Package