From dba8f4601662f26b074f1b7fd14596ff8363cf4f Mon Sep 17 00:00:00 2001 From: erinhmclark Date: Tue, 31 Dec 2024 15:08:20 +0000 Subject: [PATCH] Replaced comments for python-publish.yaml workflow. --- .github/workflows/python-publish.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/python-publish.yaml b/.github/workflows/python-publish.yaml index b02ed1c..f8502bf 100644 --- a/.github/workflows/python-publish.yaml +++ b/.github/workflows/python-publish.yaml @@ -1,4 +1,11 @@ # This workflow uploads a Python Package to PyPI using Poetry 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 + +# This workflow 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. + name: Pypi on: