diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fe1464..ed4cdad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,11 @@ # https://github.com/pypa/gh-action-pypi-publish # https://github.com/pypa/sampleproject/blob/main/.github/workflows/release.yml -name: Release +# this action requires exactly one version to be found in .dist directory +# it will take this version and publish it to PyPi.org webpage +# this published version will be digitally attested. + +name: Release - publish attested version to PyPi on: push: