From b7ee32611df611f0ba88b92b85e74efe3f043c41 Mon Sep 17 00:00:00 2001 From: Johnny Chan Date: Mon, 7 Oct 2024 12:15:48 +1300 Subject: [PATCH] updated comment string. --- .github/workflows/pypi_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi_publish.yml b/.github/workflows/pypi_publish.yml index c4c1f5dd..fd006683 100644 --- a/.github/workflows/pypi_publish.yml +++ b/.github/workflows/pypi_publish.yml @@ -19,6 +19,6 @@ jobs: # Run build to a specified version of python into a specified directory. - name: Python Build run: python3 -m pip install --upgrade build && python3 -m build - # Publish the python package to pypi.org with the api token. + # Publish the python package to pypi.org. - name: Publish Package to PyPI uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file