Fix grammar error (#773)

In the comment on line `1`, it says "This workflows", but I think that "This workflow" makes more sense.
This commit is contained in:
arnu515
2021-01-07 21:16:24 +05:30
committed by GitHub
parent ef1224c284
commit b20b76eb79
+1 -1
View File
@@ -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