diff --git a/.github/workflow/publish_pypi.yml b/.github/workflows/publish_pypi.yml similarity index 85% rename from .github/workflow/publish_pypi.yml rename to .github/workflows/publish_pypi.yml index 705f14e..d7519f6 100644 --- a/.github/workflow/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -1,7 +1,7 @@ -# This workflow will upload a Python Package using Twine when a release is created +# This workflows will upload a Python Package using Twine when a release is created # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries -# This workflow uses actions that are not certified by GitHub. +# This workflows uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by # separate terms of service, privacy policy, and support # documentation.