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: