From 43c7fd2214bb419963d8831ca31c0250a4dd569a Mon Sep 17 00:00:00 2001 From: Andreas Pedersen Date: Fri, 12 Jan 2024 09:27:11 +0100 Subject: [PATCH] typo in comment --- .github/workflows/python-ci.yml | 2 +- .github/workflows/python-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index e1a88ba8..0c8ab650 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -1,4 +1,4 @@ -# This workflow will will for a variety of Python versions +# This workflow will for a variety of Python versions # - install the code base # - lint the code base # - test the code base diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index b6c455a9..fe3a99d4 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -1,5 +1,5 @@ # This workflows will -# - deploy already produce artifacts to PyIP +# - deploy already produced artifacts to PyIP # # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries